Skip to content

ctsstc/advent-of-code-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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