// "Copyright [2023] " #ifndef MISC_CPP #define MISC_CPP #include #include "misc.hpp" void print(const std::string s) { std::cout << s << std::endl; } #endif