Module system
args
An array of strings representing the command line arguments passed to the running script.
env
An object containing our environment variables.
print ()
A utility function to write to stdout.
stderr
An io.TextStream to write to stderr.
stdin
An io.TextStream to read from stdin.
stdout
An io.TextStream to write to stdout.
