A Haskell implementation of A Pencil-and-Paper Algorithm for Solving Sudoku Puzzles by J. F. Crook.
Sudoku puzzles from Peter Norvig.
Clone the repo and build using Stack
stack build
Read and solve puzzles from stdin:
cat hardest.txt | stack exec sudoku