diff --git a/zzs.cpp b/zzs.cpp index e69de29..d789d46 100644 --- a/zzs.cpp +++ b/zzs.cpp @@ -0,0 +1,11 @@ +#include + +using namespace std; + +int hello_git_zzs() +{ + + cout << "Hello git --zzs" + << "\n"; + return 1145; +} \ No newline at end of file