This is a sudoku program. A sudoku puzzle is provided to the program, and it creates a new file with the sudoku file written to it. I created this to learn how to write in Java, and to demonstrate using recursion, reading/writing to files, and multidimensional arrays.
- Visual Studio Code
- Java 16.0.1
- Git / GitHub