This repository contains my solutions for the first four Advent of Code challenges.
day1.py
→ Solution for level 1day2.py
→ Solution for level 2day3.py
→ Solution for level 3day4.py
→ Solution for level 4
Each script can be run individually with Python 3:
python3 day1.py