My solutions for Advent of Code 2015.
Clone this repo, then run npm install
to install dependencies.
To run a solution by day, use:
npm start day1
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.
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