// "Copyright [2023] " #ifndef MISC_HPP #define MISC_HPP #include void print(const std::string s); #endif