summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-09-29 10:54:59 +0200
committerlonkaars <loek@pipeframe.xyz>2022-09-29 10:56:10 +0200
commit1d3dc733aee2216bc30854cb36c6b40b64f55334 (patch)
treee9d69a24d7832739f1671f35a8692b4cd1828179
parent11d327879082b557cc2a887d054bed9b1341e47b (diff)
My second commit
-rw-r--r--helloworld.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/helloworld.c b/helloworld.c
index ef66efb..7a56f4d 100644
--- a/helloworld.c
+++ b/helloworld.c
@@ -1,6 +1,7 @@
#include <stdio.h>
int main() {
- printf("Hello, World!\n");
+ printf("Hello, Galaxy!\n");
+ printf("Hello, Universe!\n");
return 0;
}