From a295d0ac6f8550820fe87b1e573b59e30f0c4842 Mon Sep 17 00:00:00 2001 From: wangxinyu <2788673683@qq.com> Date: Fri, 11 Jul 2025 12:52:01 +0800 Subject: [PATCH] change_reset --- hello.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello.c b/hello.c index 002e030..055f69b 100644 --- a/hello.c +++ b/hello.c @@ -5,9 +5,9 @@ void main() printf("hello world\n"); printf("hello world\n"); printf("hello world\n"); - printf("hello world\n"); + printf("hello\n"); printf("nihao\n"); - printf("helloworld\n"); + printf("你好\n"); printf("haode\n"); return 0; } \ No newline at end of file