This repository contains solutions to the problems found in Ninety-Nine Haskell Problems.
To build the project:
stack setup
stack build
To run a specific problem:
stack exec problem01
docker pull hongchangwu/haskell-99
docker run hongchangwu/haskell-99 problem01