Compare commits

..

No commits in common. "main" and "fix" have entirely different histories.
main ... fix

1 changed files with 0 additions and 6 deletions

View File

@ -2,13 +2,7 @@
void fix() {}
void fix1() { }
int main() {
std::cout << "hello world" << "\n";
return 0;
}
void dev() { }
// 增加dev1接口
void dev1() { }