Before we talk about modifiers, let's have a look at the args array!

In order to work, main() needs to have a string array as a parameter. But why?

As it turns out, we can pass arguments to a program when we launch it, at which point they'll be stored in args. In most cases, however, args will be empty.