Skip to content

Jacobh2/advent-of-code-2019

Repository files navigation

Advent Of Code 2019

Build Status

Advent of Code 2019 can be found here

Possible to run using Makefile and Docker

make <day>-<part>-<language>

Where <day> is one of the day folders (e.g. day_1, day_2, etc), <part> is part1or part2and <language>is one of the supported languaged (see list below for each day)

For example, to run part 2 of day 1 in Python, use make day1-part2-py

Language:

  • Python (py)
  • JS ES6 (js)

Language:

  • Python (py)

Language:

  • Python (py)

Language:

  • Python (py)

Language:

  • Python (py)

Language:

  • Python (py)

Language:

  • Python (py)

Language:

  • Python (py)

Language:

  • Python (py)