Skip to content

KapitanKAPSLOK/advent-of-code-2022

Repository files navigation

Advent of Code 2022

Hello, here are my solutions for the AoC2022 competition. They are written in typescript and run using node.js.

Running the solutions

Install dependencies with

yarn install

and then run the solution for the specific day nr with

DAY=nr yarn calculate