From e2cdc44f88dbb8c24d3264300e5ac1f5849af34e Mon Sep 17 00:00:00 2001 From: kukemuna Date: Tue, 20 Feb 2024 21:49:49 +0200 Subject: [PATCH] automated commit by check50 [check50=True] --- hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.c b/hello.c index 3464632..ff66932 100644 --- a/hello.c +++ b/hello.c @@ -2,5 +2,5 @@ int main(void) { - printf("Hello, world\n"); + printf("hello, world"); }