// // Created by aiyin on 2024/3/21. // #ifndef CPP_HELLOWORLD_H #define CPP_HELLOWORLD_H namespace HelloWorld { class HelloWorld { }; } // HelloWorld #endif //CPP_HELLOWORLD_H