Write a program that does nothing except print all the commandline
arguments, each on a separate line.
Here is the code I made for this. It doesn't work though, I'm not getting errors it just prints the directory of the program instead of all the commandline arguments.
Well I'm having a hard time understanding this command line argument part of the book really. How exactly do I get a commandline argument to print? Is the reason it prints the program directory because that's the only one? I'm just lost in this chapter. I've been doing fine on my own so far, but I really just need someone to explain this par