mirror of
https://github.com/thib8956/advent-of-code.git
synced 2026-08-16 02:52:49 +00:00
e2964c6c362f3b91024dd1772eda6ccca85ccf61
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>
Languages
Python
99.7%
Makefile
0.3%