/advent-of-code

Javascript Solutions to Advent of Code Challenges

Primary LanguageJavaScript

Advent of Code 🎄

This repo is used to help maintain my JavaScript solutions for Advent of Code.

Setup

  1. Generate a repo from this template

  2. Install dependencies

    yarn
  3. 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

Sample output