Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/regiskuckaertz/haskell-sudoku

Exploring sudokus in Haskell
https://github.com/regiskuckaertz/haskell-sudoku

Last synced: about 1 month ago
JSON representation

Exploring sudokus in Haskell

Awesome Lists containing this project

README

        

# haskell-sudoku

1. Install [stack](https://docs.haskellstack.org/en/stable/README/)
2. Build with `stack build`
3. Play with `stack ghci`
4. Run with `stack exec haskell-sudoku`
5. Profile with `stack exec haskell-sudoku +RTS -p`.

Have fun 🤩

More information on profiling and adding cost centre annotations can be found [here](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/profiling.html).