HFUT-Git-Training/zzs.cpp

11 lines
132 B
C++
Raw Permalink Normal View History

2023-10-02 23:01:15 +08:00
#include <iostream>
using namespace std;
int hello_git_zzs()
{
cout << "Hello git --zzs"
<< "\n";
return 1145;
}