Compare commits

..

No commits in common. "dca463143a650e4781102627a485b176ffb5b3ae" and "4104dd7573ac12d8e43764ceb01f6032e294667c" have entirely different histories.

1 changed files with 0 additions and 5 deletions

View File

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