This program will convert text files into C++ or Rust code to embed in a program. arguments: -o variable input files -c output as C++ -n no blank lines ex: in2rs -c -o test source1.txt source2.txt