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"); }