Files
advent-of-code/README.md

357 B

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>