From 918b51b2752a19a35316fd06d51a53a65aae91c0 Mon Sep 17 00:00:00 2001 From: kunkun <3230296178@qq.com> Date: Wed, 25 Sep 2024 19:37:41 +0800 Subject: [PATCH] secondCommit --- hello.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.cpp b/hello.cpp index e18609e..b7231eb 100644 --- a/hello.cpp +++ b/hello.cpp @@ -5,5 +5,6 @@ using namespace std; int main() { cout << "hello world!" << endl; + cout << "基尼太没" << endl; return 0; } \ No newline at end of file