#if !defined(HELLO_WORLD_H) #define HELLO_WORLD_H #include namespace hello_world { std::string hello(); } #endif