From efec7a490b3444fb041ae4193c78a82c1df5491c Mon Sep 17 00:00:00 2001 From: kukemuna Date: Tue, 20 Feb 2024 21:48:27 +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 f2ee1fc..3464632 100644 --- a/hello.c +++ b/hello.c @@ -2,5 +2,5 @@ int main(void) { - printf("Hello, universe!\n"); + printf("Hello, world\n"); }