From 4a3b6d324dc12ad8c0f1ac48e9a9f63adeb24f85 Mon Sep 17 00:00:00 2001 From: wangxinyu <2788673683@qq.com> Date: Mon, 14 Jul 2025 17:55:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B6=E9=80=A0=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hello.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hello.c b/hello.c index e7b67f8..8fc30bc 100644 --- a/hello.c +++ b/hello.c @@ -9,6 +9,7 @@ void main() printf("nihao\n"); printf("你好\n"); printf("haode\n"); - printf("添加内容\n"); + printf("制造冲突\n"); + return 0; } \ No newline at end of file