Advent of code

My solutions to the advent of code challenges, written in python

How to run

Install project

Run make install or

Run from root directory (inside a virtualenv):

$ pip install -e .

Run a single day

$ aoc <year> <day>

Run a whole year

$ aoc <year>
Description
Solutions to the https://adventofcode.com challenges
Readme 369 KiB
Languages
Python 99.6%
Makefile 0.4%