This repository contains my solutions to the Advent of Code 2024 puzzles. I have some comments under each solution file about the techniques I used - might update with clearer explanations at a later date.
- Clone this repository.
git clone [email protected]:Sibcgh/adventofcode2024.git
- Navigate to the solution folder.
cd advent-of-code-2024/day_1 - Run the solution (adjust command for your language).
python3 day_{day #}.py
- Languages: Python