My solution in python for https://adventofcode.com/2024. 50 stars done! (2024-12-29).
How to run:
- load the whole repo in VS code
- for each day, open the python file named as
dayXX.py
, - Uncomment the line
main_part1()
for part1 or (main_part2()
) for part2. - run the current python file.
Used help: