Compare commits

...

2 Commits

Author SHA1 Message Date
dyz 1e16d7786a <add>增加fix函数接口 2025-04-18 22:06:45 +08:00
dyz c95318b6a2 <add>dev函数接口 2025-04-18 21:59:59 +08:00
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
#include <iostream>
void fix() {}
int main() {
std::cout << "hello world" << "\n";
return 0;
}
// dev 分支提交
void dev() {}