Compare commits

...

3 Commits

Author SHA1 Message Date
dyz 56377e2ba0 <add>增加dev1接口注释 2025-04-18 22:45:24 +08:00
dyz b51140b3dc <add>增加dev1函数接口 2025-04-18 22:45:07 +08:00
dyz 42c12ef7c6 <fix>修复fix1接口 2025-04-18 22:44:32 +08:00
1 changed files with 5 additions and 1 deletions

View File

@ -2,9 +2,13 @@
void fix() {}
void fix1() { }
int main() {
std::cout << "hello world" << "\n";
return 0;
}
void dev() { }
void dev() { }
// 增加dev1接口
void dev1() { }