/aoc-2021

Primary LanguageJavaScript

Advent of Code 2021

Using a modified boilerplate: ts-jest-boilerplate.

Overview

AOC puzzles typically involve a given input and output, to start a puzzle create a test case with those and develop with yarn test:watch.