advent-of-code/2021
2021-12-01 08:47:18 -06:00
..
.gitignore Day 1 part 1 done 2021-12-01 08:43:02 -06:00
1.ts Day 1 part 1 done 2021-12-01 08:43:02 -06:00
deps.ts Day 1 part 1 done 2021-12-01 08:43:02 -06:00
readme.md Update readme with Deno info 2021-12-01 08:47:18 -06:00

2021

This year, I've been tinkering a lot with Deno as a TypeScript 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!