Mercurial > hg > wordplay
annotate jotto/README.md @ 6:6ded3b06fafa
instructions
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 24 Dec 2017 13:09:01 -0800 |
parents | 7580e7827e1e |
children | 8ef628eff167 |
rev | line source |
---|---|
2
3fcf9e52cbfa
boilerplate generated with `stack new`
Jeff Hammel <k0scist@gmail.com>
parents:
diff
changeset
|
1 # jotto |
3fcf9e52cbfa
boilerplate generated with `stack new`
Jeff Hammel <k0scist@gmail.com>
parents:
diff
changeset
|
2 |
5 | 3 https://en.wikipedia.org/wiki/Jotto |
4 | |
5 ## Building | |
6 | |
7 This package uses | |
8 [stack](https://docs.haskellstack.org/en/stable/README/). | |
9 | |
10 To build: | |
11 ``` | |
12 stack build | |
13 ``` |