advent-of-code/2021
2021-12-01 10:41:12 -06:00
..
.gitignore Day 1 part 1 done 2021-12-01 08:43:02 -06:00
1.ts Add basic input fetching logic and common helpers 2021-12-01 10:41:12 -06:00
common.ts Add basic input fetching logic and common helpers 2021-12-01 10:41:12 -06:00
deps.ts Add basic input fetching logic and common helpers 2021-12-01 10:41:12 -06:00
readme.md Days 2021-12-01 09:47:17 -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!

Days

  • Day 1
  • Day 2
  • Day 3
  • Day 4
  • Day 5
  • Day 6
  • Day 7
  • Day 8
  • Day 9
  • Day 10
  • Day 11
  • Day 12
  • Day 13
  • Day 14
  • Day 15
  • Day 16
  • Day 17
  • Day 18
  • Day 19
  • Day 20
  • Day 21
  • Day 22
  • Day 23
  • Day 24
  • Day 25