#pragma once #include namespace libhelloworld { struct Dummy { static std::string getHelloWorld(); }; }