From 1b96301b670bcd0e935e0bd079d7eccad34ccca4 Mon Sep 17 00:00:00 2001 From: HIAOoooo <956269333@qq.com> Date: Sun, 16 Apr 2023 16:28:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AC=A2=E8=BF=8E=E4=BD=BF=E7=94=A8=E5=9B=BE?= =?UTF-8?q?=E4=B9=A6=E7=AE=A1=E7=90=86=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hello world.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello world.c b/hello world.c index a27bd30..c1f7c9e 100644 --- a/hello world.c +++ b/hello world.c @@ -1,6 +1,6 @@ #include int main() { - printf("你们好哇!"); + printf("欢迎使用图书管理系统"); return 0; } \ No newline at end of file