Welcome to my Advent of Code 2022 solution! The solutions are written in JavaScript using Node.js.
| Day | Part 1 | Part 2 |
|---|---|---|
| 01 | link | link |
| 02 | link | link |
| 03 | link | link |
| 04 | link | link |
| 05 | link | link |
| 06 | link | link |
| 07 | link | link |
| 08 | link | link |
| 09 | link | link |
| 10 | link | link |
| 13 | link | link |
Advent of code is made by Eric Wastl.
It's an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.
For more information see about Advent of Code.
Test framework : Vitest
For testing the code you need run the code via
npm test