monsieurluge / adventofcode2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 98.8%Language:Shell 1.2%