1 2 3 4 5 6
#include "utils.h" #include <iostream> void print_message(const std::string& msg) { std::cout << "[Utils] " << msg << std::endl; }