Signed-off-by: YangMinsheng <3211814958@qq.com>

This commit is contained in:
YangMinsheng 2023-10-06 14:33:37 +08:00
parent 0d6ca12220
commit 660709c31e
1 changed files with 0 additions and 11 deletions

11
zzs.cpp
View File

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