mirror of
https://github.com/thib8956/advent-of-code.git
synced 2025-01-15 06:11:06 +00:00
254 B
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>