Update readme with Deno info

This commit is contained in:
Daniel Flanagan 2021-12-01 08:47:18 -06:00
parent 41338a3d0f
commit 1607089028
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

16
2021/readme.md Normal file
View file

@ -0,0 +1,16 @@
# 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!
[deno]: https://deno.land/
[ts]: https://deno.land/manual/typescript