Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 144 Bytes

File metadata and controls

8 lines (6 loc) · 144 Bytes

My solutions in TypeScript for the Advent of Code 2020.

To run any part with Deno, run:

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