Test1/main.cpp

11 lines
133 B
C++
Raw Normal View History

2024-11-29 15:59:40 +00:00
#include <iostream>
2025-04-18 13:57:12 +00:00
void fix() {}
2024-11-29 15:59:40 +00:00
int main() {
std::cout << "hello world" << "\n";
return 0;
}
2025-04-18 14:20:41 +00:00
2025-04-18 14:23:00 +00:00
// 增加dev接口
2025-04-18 14:20:41 +00:00
void dev() { }