These are from various kata in CodeKata; implemented in Haskell.
- Install the platform https://www.haskell.org/platform/
- Install cabal
- Enable the Haskell plugin for IntelliJ
- Learn Haskell
Once you have got Haskell and got this repo:
- cabal install --only-dependencies --enable-tests
- cabal configure --enable-tests && cabal build && cabal test