This C++ program performs spell checks on documents within a CLI.
- This program requires a words.txt file, in the current repo a unix words.txt file is provided.
You must store the file you are going to perform the word check on in the same directory as the rest of the project files.