#!/usr/bin/env bash

hello() {
echo Hello World!
}

echo It worked!
echo ''
echo Arguments: $@