From 52c8f8d8762df7db2e6f570ea73e4d0081caff09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B0=B8=E6=94=80=20=E5=BC=A0?= Date: Tue, 15 Jul 2025 14:04:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'hello.c'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hello.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hello.c b/hello.c index fce69a1..e284dca 100644 --- a/hello.c +++ b/hello.c @@ -1,4 +1,6 @@ int add(int a, int b) { + + int c = 10; return a + b; }