This commit is contained in:
Jill 2022-01-11 19:18:36 +03:00
parent 5c0bd88f6c
commit bed0a5946d
1 changed files with 5 additions and 0 deletions

5
readme.md Normal file
View File

@ -0,0 +1,5 @@
# 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`)