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