Have you noticed how Main () always includes a string array called args as a parameter?

See that? args contains the command-line arguments we may or may not pass to the program when we execute it through, well, the command line.

Maybe we want to print out the arg variable?