/advent_of_code_2021

https://adventofcode.com/2021

Primary LanguageTypeScript

Advent of Code 2021

Solutions to the Advent of Code 2021, written in Typescript using Deno.

Within each day's folder:

// Run the tests
deno test someDay_test.ts

// Generate the solutions
deno run --allow-read mod.ts

For info: It wasn't until day 6 that I properly structured the code and added tests.

https://adventofcode.com

https://deno.land

https://www.typescriptlang.org