mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-20 01:34:55 +08:00
17 lines
191 B
C++
17 lines
191 B
C++
//
|
|
// Created by aiyin on 2024/3/21.
|
|
//
|
|
|
|
#ifndef CPP_HELLOWORLD_H
|
|
#define CPP_HELLOWORLD_H
|
|
|
|
namespace HelloWorld {
|
|
|
|
class HelloWorld {
|
|
|
|
};
|
|
|
|
} // HelloWorld
|
|
|
|
#endif //CPP_HELLOWORLD_H
|