Advent of Code solutions in JavaScript.
FIXA: The Jest test seems to accumulate the time for part 1 into part 2.
- Run dev:
npm start -- 2016 01
- Seed files
npm run seed 2022 01
The function Number()
seems quite expensive, comapred to +
. Can that be true?