Compare commits

..

1 Commits

Author SHA1 Message Date
dyz 057293936e <add>增加dev函数接口 2025-04-18 22:20:41 +08:00
1 changed files with 0 additions and 3 deletions

View File

@ -1,11 +1,8 @@
#include <iostream> #include <iostream>
void fix() {}
int main() { int main() {
std::cout << "hello world" << "\n"; std::cout << "hello world" << "\n";
return 0; return 0;
} }
// 增加dev接口
void dev() { } void dev() { }