README This directory contains three example files for CS 537 Project 1, along with expected output. Input files: sample1.txt is a very simple example. It should generate no error messages. sample2.txt should also generate no error messages, but it is a bit longer, contains negative keys, and has a few lines that are a key only. sample3.txt should generate all of the error messages. It is over 1024 lines long, contains three lines with bad keys, and a few dozen lines that are too long. Output files: stdout1.txt, stdout2.txt, and stdout3.txt contain the correct output from stdout when running the program using sample1.txt, sample2.txt, and sample3.txt, respectively. stderr1.txt, stderr2.txt, and stderr3.txt contain the correct output from stderr when running the program using sample1.txt, sample2.txt, and sample3.txt, respectively. stderr1.txt and stderr2.txt are blank because those input files should not generate any error messages.