inside the main method, you can take a few arguments.
argc
will be how many arguments are given. arguments delimited by space ’ ’
argv
is a array of strings. just index it normally
Printing all arguments
The first argument will always be the file name