Skip to content

Solutions for Advent of Code 2015, written in JavaScript using node.js

Notifications You must be signed in to change notification settings

johnbeech/advent-of-code-2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Solutions for Advent of Code 2015, written in JavaScript using node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages