diff --git a/solutions/bash/hello-world/2/hello_world.sh b/solutions/bash/hello-world/2/hello_world.sh new file mode 100644 index 0000000..86f1c62 --- /dev/null +++ b/solutions/bash/hello-world/2/hello_world.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +echo "Hello, World!"