This is my first program written in haskell. It was made only for learning.
- Basic sudoku rules
- Find places where only one digit can be put
- Guessing
- Implement other algorithms like eliminating false possibilities
- Explode this file into modules
- Make code more readable