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