summaryrefslogtreecommitdiff
path: root/helloworld.c
diff options
context:
space:
mode:
Diffstat (limited to 'helloworld.c')
-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;
}