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