<add>增加fix函数接口

This commit is contained in:
dyz 2025-04-18 21:57:12 +08:00
parent c95318b6a2
commit 1e16d7786a
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;