diff --git a/hello.sh b/hello.sh index 850851d..5ea6adf 100644 --- a/hello.sh +++ b/hello.sh @@ -1,2 +1,3 @@ #!/bin/bash + echo "Hello, World!" \ No newline at end of file