Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonchinn178/sudoku-template
https://github.com/brandonchinn178/sudoku-template
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brandonchinn178/sudoku-template
- Owner: brandonchinn178
- Created: 2019-09-10T02:40:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-10T02:40:28.000Z (about 5 years ago)
- Last Synced: 2024-04-24T06:20:38.565Z (7 months ago)
- Language: Haskell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku
## Build
```
stack build
```## Test
```
stack test
```## Run
```
stack exec -- sudoku examples/puzzle1.txt
```