Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 244 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 244 Bytes

Advent of code

All my advent of code solution in typescript.

Run

You must have deno

In your shell:

# deno task run -y=<YEARS> -d=<DAYS>, eg 👇
deno task run -y=2023 -d=1