My Advent of Code solutions.
- Python
- Package manager: uv
git clone https://github.com/felixnagele/advent-of-code.git
cd advent-of-codeuv syncuv run python -m [year].day[01-25].solutionExample for 2015 Day 1:
uv run python -m 2015.day01.solutionNote on input: The solutions expect an input.txt file in the same directory as the solution file.
Quick test: Every folder already has an example.txt, so you can run the code immediately to see it in action.
This is a personal repository for tracking my progress and archiving my solutions. It is not intended for external contributions.