The program created by the compiler can be executed as a
regular command by the interpreter, but ¿can it receive arguments? Try to
execute the program but this time adding a space-separated list of
worlds. What does the program print? Analyze the first for
loop
and deduce what do variables argc
and argv
store.