<add>增加fix函数接口

This commit is contained in:
dyz 2025-04-18 21:57:12 +08:00
parent 4104dd7573
commit 88c04143b0
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#include <iostream>
void fix() {}
int main() {
std::cout << "hello world" << "\n";
return 0;