From 9e17207e031c19ff387a57bc9d49fad05afa5164 Mon Sep 17 00:00:00 2001 From: yhy1uj Date: Sat, 7 Dec 2024 20:29:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20main.cc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cc b/main.cc index dfbc911..b0f3a24 100644 --- a/main.cc +++ b/main.cc @@ -10,7 +10,7 @@ void output(){ //循环输出1-100 } int main() { - output(); + // output(); cout << "hello world!" << endl; cout << "hello too!" << endl; return 0;