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