This repo contains TypeScript inputs and solutions for Advent of Code 2022. It uses Deno as a runtime.
You need to have Deno installed to run any of the code solutions. If you use Node.js, you need additional configuration to run them.
Run this to show the solution of a specific day ([day-number]
)
deno run --allow-read src/day[day-number]/day.ts
deno run test