Skip to content

albertobastos/advent-of-code-2017-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2017 Node.js

Node.js solutions for Advent of Code 2017

How to run

Execute each example using "npm run day XX" at the root folder.

Example

$ npm run day XX

Running day at ./src/d02.js...

Answer (part II): answer_for_part_II
Answer (part I): answer_for_part_I
d02: 24.605ms