Skip to content

hongchangwu/haskell-99

Repository files navigation

Ninety-Nine Haskell Problems

This repository contains solutions to the problems found in Ninety-Nine Haskell Problems.

Getting started

To build the project:

stack setup
stack build

To run a specific problem:

stack exec problem01

Using Docker images

docker pull hongchangwu/haskell-99
docker run hongchangwu/haskell-99 problem01