AdventOfCode2024Python A starter Python project for Advent of Code 2024 solutions. Structure src/: Source code tests/: Unit tests Getting Started Run the main script: python src/main.py Run tests: python -m unittest discover tests