Command-line arguments are a common way to parameterize execution of programs. For example, dmd hello.d uses hello.d as an argument to the dmd program.
To experiment with command-line arguments it’s best to compile the program first.
Next we’ll look at more advanced command-line processing with flags.