/advent-of-code

Advent of Code solutions in ES2015

Primary LanguageJavaScript

Advent of Code Solutions

by Mike Green

Introduction

The scripts in this repository are solutions to the problems presented on Advent of Code, written in ES2015 and running on Node.js.

Setup

First, make sure that you have Node.js installed, then run the following:

git clone https://github.com/mikedamage/advent-of-code.git
cd advent-of-code
npm install

# Run a solution with run.js:
./run.js day-1 ./day-1/input.txt