<fix>修复fix1接口

This commit is contained in:
dyz 2025-04-18 22:28:45 +08:00
parent 0ec68f0eb0
commit 42c12ef7c6
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
void fix() {}
void fix1() { }
int main() {
std::cout << "hello world" << "\n";
return 0;