This repository is a collection of my coding attempts at solving the daily challenges for Advent of Code 2023...
NOTE: To run the code, you can use the following command:
python3 day_1/solution.py > day_1/in.txt
Replace the day number and the file name as appropriate.
I'll try to keep the code as clean as possible, but I'm not making any promises :P