Objective
Write a program that outputs the first command-line argument followed by a newline.
Steps
$ ./first_arg prod is watching
prod
$ ./first_arg
wrong number of arguments
Expected files
Allowed functions

Objective
Write a program that outputs the first command-line argument followed by a newline.
Steps
$ ./first_arg prod is watching
prod
$ ./first_arg
wrong number of arguments
Expected files
Allowed functions

Tests
Run the tests to grade your code