Advent of Code Solutions My solutions for Advent of Code in TypeScript. Running Solutions To run a specific day's solution: npm start src/2023/dayXX/solution.ts Make new day cp -r src/template src/2023/day01