macklinu / advent-of-code-2016

Solutions to the 2016 Advent of Code written in JavaScript

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Prerequisites

  • Latest version of Node 8.x (I use nvm)
  • Yarn

Install dependencies

yarn install

Run checks

The test runner is Jest.

Run all tests, which include the solutions to daily puzzles

yarn test

Watch and run tests for changed files

yarn test --watch

About

Solutions to the 2016 Advent of Code written in JavaScript

http://adventofcode.com/2016


Languages

Language:JavaScript 100.0%