My Code Solutions for Advent of Code 2024, I've used python as the primary language
To run these programs in your local IDE, type "py day-x.py day-x.in"
(save the python file and the input file in the same directory)
x for me is the date of the problem (eg. day-1.py means 1st december)