summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-09-29 10:56:37 +0200
committerlonkaars <loek@pipeframe.xyz>2022-09-29 10:56:37 +0200
commitd532c42eef42e3802f11bcd50c42e31a968a9eea (patch)
tree0f2ea5a735764f9838673e4c71fa55246acfcffa
parent1d3dc733aee2216bc30854cb36c6b40b64f55334 (diff)
My third commitHEADmasterdevelopment
-rw-r--r--helloworld.c3
1 files changed, 1 insertions, 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 <stdio.h>
int main() {
- printf("Hello, Galaxy!\n");
- printf("Hello, Universe!\n");
+ printf("Hello, Galaxy and Universe\n");
return 0;
}