Below is an outline of the Word Hunt project using the template we have created.
PuzzleSolver which takes a word hunt puzzle as input from stdin, a list of words to find, and outputs to stdout the location and orientation in the puzzle of each of the words from the list. Your program should create threads and divide the list of words among them.