Label | Path (URL) |
---|---|
All solutions (day{NUMBER}) | ./src/days |
You can execute each solution and its tests on your own; feel free to do so 🤓
*{NUMBER}
- A number of the day to execute
npm start --day={NUMBER}
example: npm start --day=8
npm test --day={NUMBER}
example: npm test --day=10