You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run by modifying `index.js` to point to the puzzle you want to execute.
6
7
7
-
#### Day 14
8
+
#### 2019:Day 02
9
+
Day 2 requires the use of BigInt which is added to Javascript in ES2020 and I didn't include a polyfill.
10
+
This limits the solution to [Javascript engines with BigInt support](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt#Browser_compatibility)
11
+
12
+
#### 2018:Day 14
8
13
Day 14 is fast but needs more memory to complete. Run node with 4GB of heap space:
0 commit comments