Welcome to my Advent of Code 2024 solutions! 🎁✨
Every day of December, I tackle fun and challenging coding puzzles, and you’re welcome to join the ride. 🚀
Advent of Code is an annual coding event that runs from December 1st to December 25th. Each day unlocks a new puzzle, combining programming skills with creative problem-solving. Think of it as a holiday-themed treasure hunt for developers! 🧩
📦 advent-of-code-2024
├── day01/ # 🎅 Day 1: Historian Hysteria
├── day02/ # ❄️ Day 2: Red-Nosed Reports
├── day03/ # 🎄 Day 3: Mull It Over
└── README.md # 📖 You’re here!
Each folder contains:
input.txt
(the puzzle input)solution.py
(or your language of choice)
- Solve puzzles daily. 🗓️
- Write clean and efficient solutions (or at least try to 😅).
- Have fun while learning! 🎊
Day | Puzzle Title | Status |
---|---|---|
01 | 🎅 Historian Hysteria | ✅ Done |
02 | ❄️ Red-Nosed Reports | 🚧 Not Started |
03 | 🎄 Mull It Over | 🚧 Not Started |
Head over to the Advent of Code 2024 website, and start solving puzzles today!
Found a bug in my code? Want to suggest improvements? Open an issue or create a pull request. Contributions are always welcome! 🛠️
Big thanks to Eric Wastl for organizing Advent of Code every year! 🎉