From 06fe4747b2969bda21908b995b9b7397307be6a8 Mon Sep 17 00:00:00 2001 From: zrp0918 <2897508971@qq.com> Date: Sat, 26 Mar 2022 14:16:49 +0000 Subject: [PATCH] update hello.cpp. --- hello.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.cpp b/hello.cpp index d45ccaa..405c24e 100644 --- a/hello.cpp +++ b/hello.cpp @@ -7,6 +7,7 @@ int main(int argc, char *argv[]) { std::cout << "4" << std::endl; std::cout << "5" << std::endl; + std::cout << "613" << std::endl; std::cout << "613" << std::endl; return 0; } -- Gitee