Skip to content

hdjarv/advent-of-code-2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2016

My contributions to the Advent of Code for 2016.

Try it out

(you need to have node.js installed first)

git clone https://github.com/hdjarv/advent-of-code-2016.git
cd advent-of-code-2016
npm install
npm start <dayno>

Replace <dayno> with the day you want to run the solution for (1-25).