From d2143a75aa6dc56686f3bb1c1a01e24e908e6678 Mon Sep 17 00:00:00 2001 From: zhangyongpan Date: Tue, 15 Jul 2025 14:07:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hello.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.c b/hello.c index ddd449d..736c8bc 100644 --- a/hello.c +++ b/hello.c @@ -1,6 +1,7 @@ int add(int a, int b) { int c = 10; + int a = 7; return a + b; }