wordle-hs/readme.md

5 lines
248 B
Markdown
Raw Normal View History

2022-01-11 17:18:36 +01:00
# wordle-hs
a [Wordle](https://www.powerlanguage.co.uk/wordle/) clone in Haskell, made with help by [skye](https://git.oat.zone/skye)
## build
`cabal build` then find executables in `build/`, might need a `cabal update` first (or just `cabal run`)