From 6183c0554b9c914de60ef72053e7203403b56d47 Mon Sep 17 00:00:00 2001 From: Jared Strand Date: Thu, 11 Oct 2018 09:53:43 -0700 Subject: [PATCH] added more content Added some additional features to the hello world program, making it more modern --- Bash/HelloWorld | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Bash/HelloWorld b/Bash/HelloWorld index de06dabea..f4a1584f9 100644 --- a/Bash/HelloWorld +++ b/Bash/HelloWorld @@ -1,5 +1,7 @@ #!/usr/bin/env bash # # Print "Hello World" and exit +# Thank you for making such great comments echo "Hello World!" +echo "Hello Hello! Wahoooo!"