Home of my node scripts written for the Advent of Code 2018
I have included my inputs, replace them with your own if you want to use these scripts.
To run a specific day
node run.js <day> <part>To run with test data
node run.js <day> <part> testRuntimes from 2018-12-08 11:58:01
| Day | Part | Time |
|---|---|---|
| 1 | 1 | 3ms |
| 1 | 2 | 78ms |
| 2 | 1 | 7ms |
| 2 | 2 | 14ms |
| 3 | 1 | 743ms |
| 3 | 2 | 756ms |
| 4 | 1 | 6ms |
| 4 | 2 | 6ms |
| 5 | 1 | 52ms |
| 5 | 2 | 58ms |
| 6 | 1 | 30ms |
| 6 | 2 | 21ms |
| 7 | 1 | 1ms |
| 7 | 2 | 2ms |
| 8 | 1 | 2ms |
| 8 | 2 | 4ms |