macklinu / advent-of-code-2017

Solutions to 2017 Advent of Code puzzles written in TypeScript

Home Page:http://adventofcode.com/2017

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2017

Solutions written in TypeScript

Setup

Install Yarn and run yarn install from the root of the repository.

Instructions

Each day's solutions are located in src/day-{{number}} (for example, src/day-01).

Run yarn test to run the tests.

About

Solutions to 2017 Advent of Code puzzles written in TypeScript

http://adventofcode.com/2017


Languages

Language:TypeScript 99.8%Language:JavaScript 0.1%Language:Shell 0.0%