Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 354 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 354 Bytes

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