-
Install ghcup and use it to get the other tools you need; in particular,
stack(but you'll needghcandcabaltoo) -
Build and test with
stack build --test. Add--file-watchto automatically rebuild when you change something. -
Run on a specific puzzle with
stack exec hsudoku-exe <puzzle-string>, where the string is the digits of the puzzle from top down, left to right, with0denoting empty cells. You can specify more than one puzzle if you want.
tomasaschan/hsudoku
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|