/advent-of-code-2018

Playground for Advent of Code 2018.

Primary LanguageTypeScript

Advent of Code

Playground for Advent of Code 2018. Used to build up some knowledge in TypeScript.

Prerequisites

Usage

Install dependencies:

npm install

Build JavaScript files from TypeScript:

npm run build

Run tests:

npm test