mirror of
https://github.com/thib8956/advent-of-code.git
synced 2025-01-14 22:01:05 +00:00
Solutions to the https://adventofcode.com challenges
2018/day1 | ||
2019 | ||
2020 | ||
2021 | ||
2022/day1 | ||
2023 | ||
2024 | ||
.gitignore | ||
README.md | ||
run.py |
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>