/sudoku

Simple Sudoku Solver in Haskell

Primary LanguageHaskell

This is a simple sudoku Solver in Haskell.

It reads the sudoku puzzle from an input file, solves it, and writes the solution to the exact same puzzle.

The input file should contain all the lines of the puzzle. Empty fields are denoted by any sign other than a digit.