Mercurial > hg > wordplay
view jotto/README.md @ 11:35881e1404dc default tip
output something different
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 01 Jan 2018 14:55:37 -0800 |
parents | 8ef628eff167 |
children |
line wrap: on
line source
# jotto https://en.wikipedia.org/wiki/Jotto ## Building This package uses [stack](https://docs.haskellstack.org/en/stable/README/). To build: ``` stack build ``` You will have to run `stack init` first.