Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 289 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 289 Bytes

Usage

Clone the repo and run npm install

Run as follows:

npm start -- ./src/<puzzle>.js

Where <puzzle> is the puzzle index, for example 1_1 for day 1, puzzle 1.

This is purely educational, that's why there are no built versions and the npm script is just running babel-node.