HFUT-Git-Training/zzs.cpp

11 lines
132 B
C++

#include <iostream>
using namespace std;
int hello_git_zzs()
{
cout << "Hello git --zzs"
<< "\n";
return 1145;
}