Advent of Code 2024 - in Python Ensure pytest is installed: pip3 install pytest To run all tests, while developing solutions: pytest To get the answer for a particular day: python3 day01.py