From 1d3dc733aee2216bc30854cb36c6b40b64f55334 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 29 Sep 2022 10:54:59 +0200 Subject: My second commit --- helloworld.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helloworld.c b/helloworld.c index ef66efb..7a56f4d 100644 --- a/helloworld.c +++ b/helloworld.c @@ -1,6 +1,7 @@ #include int main() { - printf("Hello, World!\n"); + printf("Hello, Galaxy!\n"); + printf("Hello, Universe!\n"); return 0; } -- cgit v1.2.3