#ifndef BASIC_CPP #define BASIC_CPP #include void print(const std::string s) { std::cout << s << std::endl; } #endif // BASIC_CPP