Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 236 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 236 Bytes

sudokuSolver

This is a simple sudoku puzzle solver I made. Make sure that puzzle.txt and the executable are in the same directory. To build just go into the directory and type "cmake ." without quotes and then "make" without quotes.