modified: zzs.cpp

This commit is contained in:
Glassyhamster203 2023-10-02 23:01:15 +08:00
parent 45a0648004
commit 3623bde110
1 changed files with 11 additions and 0 deletions

11
zzs.cpp
View File

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