From f156a84503279abce25f4978779333714704d6f8 Mon Sep 17 00:00:00 2001 From: Psyli Date: Tue, 10 Sep 2024 14:39:59 +0000 Subject: [PATCH] update SimpleMakefile/hello_world.c. Signed-off-by: Psyli --- SimpleMakefile/hello_world.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleMakefile/hello_world.c b/SimpleMakefile/hello_world.c index fba56e5..e84b33b 100644 --- a/SimpleMakefile/hello_world.c +++ b/SimpleMakefile/hello_world.c @@ -19,7 +19,7 @@ void hello_world(char *s) //printf("%s", s); } #endif - +//这是一条注释 //This is a anotation //这是一条注释 //这又是一条注释 -- Gitee