advent-of-code/README.md

254 B

Advent of code

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

How to run

Run a single day

$ python3 run.py <year> <day>

Run a whole year

$ python3 run.py <year>