Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 127 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 127 Bytes

My solutions in JavaScript for the Advent of Code 2019.

To run any part with Node, run:

$ cd dayXX
$ node partX.js