Skip to content

andomain/advent-of-code

Repository files navigation

Advent Of Code TS Boilerplate

A simple TS boilerplate for Advent of Code. Initially ported from Tatu Pesonen but simplified to be TS only and branched from there.

Installation

npm i

Usage

  // Run specific solutions for a certain specific year/day
  npm run start <year> <day>
  
  // Run tests for a certain specific year/day
  npm run test <year> <day>