#pragma once #include #ifndef PRINT_H #define PRINT_H void print(const std::string& s); #endif