diff options
-rw-r--r-- | helloworld.c | 3 |
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; } |