Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 220 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 220 Bytes

advent-of-code-2021

https://adventofcode.com/2021

Setup

npm i

Adding a New Day

npm run new:day

Running Tests

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