Skip to content

maddieblack/advent-of-code

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published