Advent of code solutions
My solutions are written using Python 3.12.
I'm using uv to manage my environment and run my code.
I'm using a library called advent-of-code-data
to load my inputs automatically.
Code from before 2024 has not been tested with uv or Python 3.12 so it might not work perfectly
brew install uv
uv sync
uv run 2024/day01/part1.py