This program utilizes multithreading to validate whether or not a text file Sodoku solution is correct.
In order to compile/execute, type the following two commands in command line: javac sodoku.java java sodoku
When the terminal prompts you for an input file name, use a file with numbers arranged in a 9x9 grid, such as the ones in this project folder: fail.txt pass.txt