From fae2aa2f2bdf1e53f97f21caa03dbc87b4eb09c0 Mon Sep 17 00:00:00 2001 From: wangxinyu <2788673683@qq.com> Date: Mon, 14 Jul 2025 17:56:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=B0=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.c b/hello.c index e7b67f8..2a79518 100644 --- a/hello.c +++ b/hello.c @@ -9,6 +9,6 @@ void main() printf("nihao\n"); printf("你好\n"); printf("haode\n"); - printf("添加内容\n"); + printf("添加新内容\n"); return 0; } \ No newline at end of file