js_reverse/cpp/HelloWorld.h
2025-03-18 23:39:54 +08:00

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