An open API service indexing awesome lists of open source software.

https://github.com/gfarrell/aoc2019

Solutions to advent of code 2019 (https://adventofcode.com/2019/)
https://github.com/gfarrell/aoc2019

Last synced: 3 months ago
JSON representation

Solutions to advent of code 2019 (https://adventofcode.com/2019/)

Awesome Lists containing this project

README

        

# Advent of Code 2019

My solutions to the Advent of Code 2019 challenges in Haskell (because
it's nice to have a challenge).

Run these with stack using the following syntax:

stack run

Where:

* `` is the challenge, so for day 1, part 1 write `1.1`
* `` is the input file path, e.g. `./src/day1_input.txt`

Run the unit tests using `stack test`.