Write a firstline program that, given a command-line argument, prints the first line of the file with that name. For example, firstline data.txt will print the first line of the file named data.txt. If a command-line argument is not supplied, or if there is any problem reading the file, or if the file does not contain a line, print a message on stderr and exit.