Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/regiskuckaertz/haskell-sudoku
- Owner: regiskuckaertz
- License: bsd-3-clause
- Created: 2018-08-30T14:19:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T14:32:09.000Z (over 6 years ago)
- Last Synced: 2024-11-10T22:42:46.459Z (3 months ago)
- Language: Haskell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
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).