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