Advent of Code 2019 can be found here
make <day>-<part>-<language>
Where <day>
is one of the day folders (e.g. day_1
, day_2
, etc), <part>
is part1
or part2
and <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
)