This repository contains my solutions for the Advent of Code challenges, implemented in Python. My goal is to solve each day's puzzle quickly using only the Python standard library.
The repository is organised by year, day and will contain the input file as well as 2 .py files for the solutions.
I have attempted AoC since 2022, but due to time constraints - I don't get far!
To run a solution for a specific day:
- Navigate to the day's directory
cd 2024/day-1- Execute the Python script:
python3 part1.py- The result will be printed in the terminal