My solutions for advent of code.
  • TypeScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-09-21 19:58:30 +01:00
.github/workflows chore(ci): use correct option for deno fmt 2022-02-11 01:26:07 +00:00
2015/dayOne run deno fmt 2022-02-11 01:20:19 +00:00
2019/dayOne add todo 2022-03-23 04:48:15 +00:00
2020 run deno fmt 2022-02-11 01:20:19 +00:00
2021 fix: remove explicit request for read permission 2022-02-25 22:22:08 +00:00
.gitignore initial commit with solutions 2021-12-01 18:24:22 +00:00
LICENSE Create LICENSE 2022-09-21 19:56:10 +01:00
README.md run deno fmt 2022-02-11 01:20:19 +00:00

Advent of Code

advent-of-code

This is the collection of all my solutions for the advent of code challenges. Probably not much in here, haven't been very good at completing these.

Will try and get 2020 done, definitely will get 2021 finished.

How to Run

I've used the Deno TypeScript runtime for all these solutions, so to use you will need to install Deno.

cargo install deno --locked

Then to run any of the solutions, you do:

deno run --allow-read 2021/dayOne/puzzleOne.ts