This program will scan through an input file and count how many occurances each character has. A file needs to be inputted in the format of Bo_HW7< *filename*. When unprintable characters are encountered, the program will still keep track of them and simply print a space for their symbol in the output. This program was tested on all 3 test files and on the novels Pride and Prejudice, and The Outline of Science. All seemed to work. Strangly again, this program seems to also be slowed down by the -O3 optimizer.