Compare commits

..

3 Commits

Author SHA1 Message Date
dyz dca463143a <add>增加注释 2025-04-18 22:23:09 +08:00
dyz 0ec68f0eb0 <add>增加dev函数接口 2025-04-18 22:23:09 +08:00
dyz 88c04143b0 <add>增加fix函数接口 2025-04-18 21:57:12 +08:00
1 changed files with 3 additions and 0 deletions

View File

@ -1,8 +1,11 @@
#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() { }