From 8485220f915cf6a9a1d97f732a44126301c07663 Mon Sep 17 00:00:00 2001 From: JiGuangFeiXiang <2842001726@qq.com> Date: Sat, 30 Mar 2024 15:35:49 +0800 Subject: [PATCH] hello1 --- test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test.c b/test.c index 94b0b6f..61361aa 100644 --- a/test.c +++ b/test.c @@ -1,4 +1,5 @@ #include int main(){ printf("hello"); + printf("hello1"); }