From 20bf8d7c8a17a7354dfe3d735a034ad3ffe96ba5 Mon Sep 17 00:00:00 2001 From: wangxinyu <2788673683@qq.com> Date: Thu, 10 Jul 2025 16:24:28 +0800 Subject: [PATCH] add_nihao --- hello.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hello.c b/hello.c index c01d16b..2dc9561 100644 --- a/hello.c +++ b/hello.c @@ -2,6 +2,7 @@ void main() { - printf("hello world"); + printf("nihao\n"); + printf("helloworld"); return 0; } \ No newline at end of file