Compare commits

..

No commits in common. "8dbd7268e3daede1b14f4ad4b0502b4089ce42cb" and "dca463143a650e4781102627a485b176ffb5b3ae" have entirely different histories.

1 changed files with 1 additions and 5 deletions

View File

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