From 3c60edd115e56aae21d068da039840fc7aaff5ae Mon Sep 17 00:00:00 2001 From: JJL <2339061402@qq.com> Date: Tue, 8 Jul 2025 08:52:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E5=88=86=E6=94=AF=E5=9B=9E=E6=BB=9A?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hello.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.c diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..90b04e0 --- /dev/null +++ b/hello.c @@ -0,0 +1 @@ +printf(hello world);