AoC2022 This repository has solutions for Advent Of Code 2022, written in Typescript Prerequisites NodeJS v^16 Typescript v^4 ts-node v^10.9.1 Setup : Install dependencies with npm i Usage without VSCode run node --loader ts-node/esm scripts\day<number>.ts with VSCode press f5 and use the pre-existing debug setup