andomain / advent-of-code

Advent Of Code Solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

Advent Of Code Solutions


Languages

Language:TypeScript 98.3%Language:JavaScript 1.7%