Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 414 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 414 Bytes

AdventofCode2024

My solutions for AdventofCode2024 written in Python.

Running solutions

You will have to provide your own puzzle.txt

cd day1_a
open puzzle.txt
python3 main.py

Other years