Clone the project
git clone git@github.com:kattschmidtt/advent-of-code.gitGo to the project directory
cd advent-of-codeInstall dependencies
npm i -D typescript ts-nodeRun the code (replace x with date number)
cd Dayx
npx tsc .\dayx.ts
node .\dayx.js