Advent of Code 2023

My attempt to solve all the puzzles of the Advent of Code challenge.

Installation

node dependencies

Simply run this command: npm install --no-save

git scripts

In order to keep the repository as clean as possible I suggest to install the following git hooks:

  • pre-commit: runs the unit tests

npm run setup-hooks