Skip to content

Latest commit

 

History

History

2021

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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