#include "concept.hpp" #include "helpers.hpp" using namespace std; #include int main() { cid concept = "concept"_c; cout << str(concept) << endl; }