Skip to content

simardo/adventofcode2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published