advent-of-code/2021/readme.md
2021-12-01 09:46:18 -06:00

21 lines
433 B
Markdown

# 2021
This year, I've been tinkering a lot with [Deno][deno] as a [TypeScript][ts]
runtime and have been really enjoying it. I'm hoping to write this year's AoC
solutions using it.
Specifically, here's my `deno --version` output:
deno 1.16.3 (release, x86_64-unknown-linux-gnu)
v8 9.7.106.5
typescript 4.4.2
Enjoy!
# Days
- [x] [Day 1](./1.ts)
[deno]: https://deno.land/
[ts]: https://deno.land/manual/typescript