Comment Command Challenge

Create a Comment Command

Create a program called cmt that reads in every line of input and adds a comment prefix to each line and outputs the newly prefixed line. Once that’s complete have the program check for arguments and use them as the prefix instead.

Requirements