These are my solutions for Advent of Code 2021
Description of the challenges from Advent Of Code About Page
Advent of Code is 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.
- Solutions are written in JavaScript
- Node.js is used to run the code:
node aoc2021_day1.js
- Jest is used to run the unit tests:
npm run test
npm install
to install the dependancies first