Welcome! ๐ This is my personal repo for Advent of Code, the annual programming challenge that runs every December.
I'm currently working through the 2024 edition โ a bit behind schedule, but still enjoying the puzzles and learning along the way. Progress over perfection!
Each day's challenge is solved in its own file/folder. Iโm aiming to write clean, readable solutions, and occasionally trying out new tools or languages along the way.
For now, everything is in one repo, but eventually I plan to split the code by year, so each edition of Advent of Code will have its own directory (or even its own repo if it makes sense). That way it stays clean and easier to navigate over time.
Example future structure:
โโโ 2024
โโโ dayone
โโโ daytwo
โ โโโ ...
โโโ 2025
โ โโโ ...
โโโ README.md
- Keep my problem-solving skills sharp
- Play around with new languages or tools
- Just for fun โ because puzzles are fun ๐
Feel free to browse, borrow ideas, or follow along!