Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 263 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 263 Bytes

Setup

npm i

To execute

npm run build && node ./src/<day>/<day>.js

ex: npm run build && node ./src/02/02.js

For some puzzles you might need to increase the heap size:

npm run build && node --max-old-space-size=4096 ./src/03/03.js