Dictionary Assignment 1 Ruben Loewen 5010926
This program will read input from a file and print any alphabetic "word" while also reporting the number of times it occurs within the file.
To run this program first go to the directory where Assignment1.tar is saved. Extract the archive by running "tar xvf Lab1.tar" in your terminal window within the directory holding the archive, alternately you may extract using your preffered archival program. Once extracted go to the extracted directory and call the make command in terminal. To run the program call ./prog <NameOfYour.DatHere>. To test use ./prog <data.dat