#ifndef MISC_HPP #define MISC_HPP #include void print(const std::string s); #endif