doing 2024's aoc after-the-fact, for python practice
Find a file
2025-06-25 13:57:25 +02:00
days add draft of day 21 2025-06-25 13:57:25 +02:00
input add solutions for day 20 2025-06-19 19:31:45 +02:00
.gitignore initial project setup and day1 solutions 2025-05-27 15:38:50 +02:00
args.py extract argument parser into own 'args' module 2025-06-19 15:13:02 +02:00
main.py add solutions for day 20 2025-06-19 19:31:45 +02:00
requirements.txt day2 solutions 2025-05-27 17:18:59 +02:00
results.py extract argument parser into own 'args' module 2025-06-19 15:13:02 +02:00
utils.py add util function for reading from input files 2025-06-06 13:31:06 +02:00