Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 144 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 144 Bytes

My solutions in TypeScript for the Advent of Code 2021.

To run any part with Deno, run:

$ cd dayXX
$ deno run --allow-read partX.ts