These are my solutions for the 2024 advent of code. This project is for python solutions. I may have a go at rust at some point, just for a laugh.
## Creating the day's puzzle
Run ./create.sh [day]
to create a python file for the puzzle you're working on.
Execute it with ./run.sh [day]