Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 349 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 349 Bytes

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