Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 231 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 231 Bytes

Advent of code 2021

Requirements

Node.js 10+

Running

npm i 

Run challenge normally

npm start -- --challenge={challengeNumber} 

Run in test mode

npm start -- --challenge={challengeNumber} --t