🎄 Advent of Code 2021

🔗 adventofcode.com

It's the most wonderful time of the year! ☃️ 🎁 ❄️

How to use this repo

Each solution lives in its own module and reads puzzle input from stdin.

Example command to run day01
cat input.txt | python3 -m day01

Solutions marked with a 🎄 include explanations in their readmes. I like writing explainers for particularly interesting or fun solutions — they're a great way for me to practice storytelling and writing about technical subjects — so check them out if you're into that type of thing 🚀

Solutions