#include namespace io { void debug(std::string msg) { std::cout << "DEBUG: " << msg << std::endl;; } }