My Advent of Code 2022 solutions on TypeScript.
If you (for whatever reason) decided to clone the repo and run it locally, here is what you need to do:
- Make sure you have Node.js 18 and npm installed
- Install dependencies with
npm i
- Run
npm run test
– it will execute all solutions and check results