Compare commits

..

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

1 changed files with 0 additions and 5 deletions

View File

@ -1,11 +1,6 @@
#include <iostream>
void fix() {}
int main() {
std::cout << "hello world" << "\n";
return 0;
}
// dev 分支提交
void dev() {}