Solutions for Advent of Code 2023, mostly in Python.
Each day has a directory containing (at least) 5 files:
input.txt: My puzzle input for the daypuzzle1.py: Prints the solution for the first puzzle of the daytest1.txt: Test input for the first puzzle of the daypuzzle1.py: Prints the solution for the second puzzle of the daytest2.txt: Test input for the second puzzle of the day