Welcome to my Advent of Code repository! 🌟
Each folder represents a magical year of Adventing. Each year contains the exercises for the December season of that year.
- Clone it:
git clone https://github.com/thomhopmans/adventofcode.git
- Navigate to a year:
cd YEAR
- Run a day with
just run DAY
or run all the days withjust run-all
- More commands are in the Justfile of each year 🚀
These solutions are crafted with:
- Python 🐍
- TypeScript ⌨️
- Ruby ❤️
- Rust ⚙️
- Coffee ☕
Every year contains a .tool-versions
file to easily install the used versions with asdf
.