Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 338 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 338 Bytes

Advent of Code 2018 Node.js

Node.js solutions for Advent of Code 2018

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