From aa989b6c9c06a5cd1f748bbc4d34673de9479621 Mon Sep 17 00:00:00 2001 From: KsaR Date: Wed, 18 Dec 2024 15:28:19 +0100 Subject: [PATCH] test ci hello-world --- hello-world/c/code.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-world/c/code.c b/hello-world/c/code.c index e0e8a488..36b66192 100644 --- a/hello-world/c/code.c +++ b/hello-world/c/code.c @@ -1,6 +1,6 @@ #include int main() { - printf("Hello, World!\n"); + printf("Hello, World! \n"); return 0; } \ No newline at end of file