Advent of Code The code was writen using Python 3.13.1 To run all the code, execute: bash run_all.sh To execute each code individually: cd dayX python dX_partY.py where X is the day number and Y the part.