Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 730 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 730 Bytes

Advent of Code 2015

My solutions for Advent of Code 2015.

Setup

Clone this repo, then run npm install to install dependencies.

Running

To run a solution by day, use:

npm start day1

New solutions

To create a new solution, run:

npm run create day5

This will not overwrite existing solutions.

Populate input.txt with your solution input, and then start implementing your solution in the 2017 folder.

Account Merging

This code was originally written using my Markavian github account up to Day 15. I've transferred the repo here to johnbeech, with the intent to reenter and resubmit my solutions for the 2015 stars, with the intent to complete the remaining days of the challenge.s