From 5ac88c0cf8d1c5dbdb25a75b0ca825e0e2db40a5 Mon Sep 17 00:00:00 2001 From: cuicui <2469621679@qq.com> Date: Sat, 7 Dec 2024 20:12:08 +0800 Subject: [PATCH] 1207 --- main.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cc b/main.cc index 7834418..f0f5832 100644 --- a/main.cc +++ b/main.cc @@ -5,5 +5,6 @@ using namespace std; int main() { cout << "hello world!" << endl; + cout << "hello too!" << endl; return 0; } \ No newline at end of file