Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brandonchinn178/sudoku-template


https://github.com/brandonchinn178/sudoku-template

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# Sudoku

## Build

```
stack build
```

## Test

```
stack test
```

## Run

```
stack exec -- sudoku examples/puzzle1.txt
```