Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 872 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 872 Bytes

Advent of Code 2021 🎅🎄

An unofficial illustration made by Twitter@GaryJGrady

Author @GaryJGrady

Navigation

Label Path (URL)
All solutions (day{NUMBER}) ./src/days

How to run?

You can execute each solution and its tests on your own; feel free to do so 🤓

*{NUMBER} - A number of the day to execute

Running solutions

npm start --day={NUMBER}

example: npm start --day=8

Running tests

npm test --day={NUMBER}

example: npm test --day=10