Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 702 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 702 Bytes

🎄 Advent of Code 🎁

Welcome to my Advent of Code repository! 🌟

📚 What's Inside?

Each folder represents a magical year of Adventing. Each year contains the exercises for the December season of that year.

🎁 How to Use This Repo

  • 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 with just run-all
  • More commands are in the Justfile of each year 🚀

🛠️ Tools

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.