This repository contains a small nodejs project tackling advent of code 2021 coding challanges.
For information about Advent of Code check here: https://adventofcode.com/2021/
21 out of 50 stars.
Ran and tested with node v16, start by installing packages with
> npm i
You can run solutions with
> ts-node ./src/day1
You can start tests with
> npm test