WriteFile
Write a Java Application that takes any number of command line strings and writes them to a
text file, one string to a line. Hard-code the name of the file.
Use the args[] array of the "main" method and the System.out method as demonstrated in class.