A small haskell script to solve sudoku puzzles
git clone https://github.com/m-col/sudoku-solver
Files | Refs | Readme

Date Commit message Author
2022-04-03 18:10clean printing a bitmcol
2022-04-03 17:35hlintmcol
2022-04-03 17:33remove redundant cell arg passed around solve funcmcol
2022-04-03 16:23Clear terminal when printing current stagemcol
2022-04-03 13:26shuffle some code aroundmcol
2022-04-03 12:44add usage note to readmemcol
2022-04-03 12:42s/++/<>/mcol
2022-04-03 12:41formatmcol
2022-04-03 12:41Init commit with working scriptmcol