8000 GitHub - developher-net/advent-of-code at a5b4653c75ec1bb46a0135b192c3ec02d05b2ee2
[go: up one dir, main page]

Skip to content

developher-net/advent-of-code

Repository files navigation

semantic-release Build Status codecov

Start a boilerplate for a new day

npm run new

Special Instructions

Run by modifying index.js to point to the puzzle you want to execute.

2019:Day 02

Day 2 requires the use of BigInt which is added to Javascript in ES2020 and I didn't include a polyfill. This limits the solution to Javascript engines with BigInt support

2018:Day 14

Day 14 is fast but needs more memory to complete. Run node with 4GB of heap space: node --max_old_space_size=4096 index.js

0