A collection of my submissions for Advent of Code 2022.
All solutions (so far) are built using TypeScript (in strict mode) and run / tested using Deno.
Please don't judge me based on code quality here, these are all wacky-hacky quick solutions which I did not refactor after completing the challenges.
- run normally
deno run ./src/01/index.ts
- run without file read prompt
deno run --allow-read ./src/01/index.ts
deno test ./src/01/