From 3623bde1101197e6f569248b4f67a1bb207a34fd Mon Sep 17 00:00:00 2001 From: Glassyhamster203 <53598456+Glassyhamster203@users.noreply.github.com> Date: Mon, 2 Oct 2023 23:01:15 +0800 Subject: [PATCH] modified: zzs.cpp --- zzs.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) 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