Help for this page
#!/bin/sh ... print "Hello from main\n"; <useful code here> }
#!/bin/sh ... package main; ...