From fb18273aa489560182d5399b1d9781580da2e992 Mon Sep 17 00:00:00 2001 From: 2595001965 <2595001965@qq.com> Date: Thu, 30 May 2024 08:05:07 +0000 Subject: [PATCH] hello world Signed-off-by: 2595001965 <2595001965@qq.com> --- exercises/01_helloworld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/01_helloworld.c b/exercises/01_helloworld.c index e610016..7070c69 100644 --- a/exercises/01_helloworld.c +++ b/exercises/01_helloworld.c @@ -3,7 +3,7 @@ int main(){ // Print "Hello World!" to the console - + Hello World! -- Gitee