Template to bootstrap your own advent of code calendar, using Node & Babel.
yarn
1️⃣ Generate day files
DAY=01 yarn scaffold
2️⃣ Put puzzle input in input.txt
3️⃣ Run generated day
DAY=01 yarn start
4️⃣ Enjoy! 🎄
Take a look at the example folder. Spoiler alert: it contains a solution to the first day of the 2020 AoC.
Thanks goes to these wonderful people (emoji key):
Henri Michel 💻 📖 |
Sonia Si Moussi 🐛 |
This project follows the all-contributors specification. Contributions of any kind welcome!