From d532c42eef42e3802f11bcd50c42e31a968a9eea Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 29 Sep 2022 10:56:37 +0200 Subject: My third commit --- helloworld.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helloworld.c b/helloworld.c index 7a56f4d..95b46ba 100644 --- a/helloworld.c +++ b/helloworld.c @@ -1,7 +1,6 @@ #include int main() { - printf("Hello, Galaxy!\n"); - printf("Hello, Universe!\n"); + printf("Hello, Galaxy and Universe\n"); return 0; } -- cgit v1.2.3