Solutions to the https://adventofcode.com challenges
Go to file
2025-01-04 15:38:12 +01:00
2018/day1 accept input file as cmdline argument 2025-01-04 15:38:12 +01:00
2019 accept input file as cmdline argument 2025-01-04 15:38:12 +01:00
2020 .gitignore 2024-12-04 11:36:19 +01:00
2021 accept input file as cmdline argument 2025-01-04 15:38:12 +01:00
2022/day1 .gitignore 2024-12-04 11:36:19 +01:00
2023 update .gitignore 2024-12-08 22:32:22 +01:00
2024 [run.py] support year parameter 2025-01-04 15:21:25 +01:00
.gitignore update .gitignore 2024-12-08 22:32:22 +01:00
README.md [run.py] support year parameter 2025-01-04 15:21:25 +01:00
run.py [run.py] support year parameter 2025-01-04 15:21:25 +01:00

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>