/AdventOfCode

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:

tsc file.ts

or

npm run build

Run tests:

npm test