advent-of-code-2022

https://adventofcode.com/2022

Setup

npm i

Adding a New Day

npm run new:day

Running Tests

npm run test
npm run test:watch
npm run test:coverage