My solutions in python voor Advent of Code 2024 and other random ones.
The aoc module contains some helpen classes and functions that I wrote to simplify solving the problems and importing all the data.
I call: python prepare.py [day] [year]
to quickly generate the .txt files in the right folder and a new script to efficiently start working a python file with the right imports and load functions.