/advent-of-code-2022

Solutions to the AoC 2022 in typescript.

Primary LanguageTypeScriptISC LicenseISC

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