Advent of Code 🎄 This repo is used to help maintain my JavaScript solutions for Advent of Code. Setup Generate a repo from this template Install dependencies yarn Bask in the holiday cheer 🎅 Generate a new solution from a template YEAR=20XX DAY=0X yarn new Run tests while you're solve the problem YEAR=20XX DAY=0X yarn test --watch Display the output for a solution YEAR=20XX DAY=0X yarn solve