my personal attempt at https://adventofcode.com/2024
.gitignore
LICENSE
(standard MIT license)README.md
data
example_p1.txt
test_p1.txt
example_p2.txt
test_p2.txt
example_p3.txt
test_p3.txt
example_p4.txt
test_p4.txt
solutions
p1a.py
p1b.py
p2a.py
p2b.py
p3a.py
p3b.py
p4a.py
utils.py
.pylintrc
Run cd solutions
, then python3 p1a.py
, python3 p1b.py
, etc to get the answers to the respective problems.
Test data is stored in the data
folder.
Do NOT make any pull requests until December 26, 2024. Do NOT create any issues on GitHub issues either. I do NOT want ANY spoilers. For similar reasons, please do NOT clone this repo unless you want spoilers.