Test1/main.cpp

15 lines
168 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() {}
2025-04-18 14:28:45 +00:00
void fix1() { }
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:29:48 +00:00
void dev() { }
2025-04-18 14:30:54 +00:00
// 增加dev1接口
void dev1() { }