mirror of
https://github.com/thib8956/advent-of-code.git
synced 2025-08-23 07:51:57 +00:00
357 B
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>