Skip to content

tristan-orourke/advent-of-code-2019

Repository files navigation

Advent of Code 2019

Solutions to the Advent of Code 2019 problems. https://adventofcode.com/2019

Written in Haskell.

To setup: Install the Haskell Tool Stack: curl -sSL https://get.haskellstack.org/ | sh

To build: stack build

To test: stack build --test or stack build; stack test

To run: stack build; stack exec advent-of-code-exe

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published