Command line plus file I/O example
Write a program that takes two command line arguments, an input file and an output file, and copies the contents of the input file to the output file. It should also replace any instance of the word "now" with "meow".
If the user does not provide two arguments, or if the files can't be opened, the program should print an error message and exit.