Hello, World

Like any self-respecting developer, it’s a requirement to always start / init any project with the classic Hello, World:

#!/usr/bin/env bash

echo "Hello, World!"