Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 471 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 471 Bytes

Advent of Code

Solutions for Advent of Code made using Deno

File scheme

day_n.ts - module for solving problem of day n

day_n_input.ts - input for day_n.ts module

Missing days

Currently days 8 and 9 are missing. Reasoning:

  • I'm really unhappy with the solutions
  • My current solutions for day 8 somehow worked for my input data however not for the example

Whenever I'll have time I'll rewrite them and push them here.