From fc05701f34627505e43cdcd4629972a655a531a9 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:07: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 ddd449d..8a7ac33 100644 --- a/hello.c +++ b/hello.c @@ -12,5 +12,7 @@ int main() { int result = f(3, 5); // 通过函数指针调用加法函数 printf("3 + 5 = %d\n", result); // 输出:3 + 5 = 8 result = f(2,8); + + result = f(9,7); return 0; } \ No newline at end of file