/aoc2023

advent of code 2023 weep woop

Primary LanguageTypeScript

scuffed as hell aoc2023

typescript solutions that torture the soul, in a good way

uses bun

install bun and run each day using bun dayN.ts, the corresponding input can be provided as the first CLI argument or in a file dayN.txt.

common functions

it was starting to get annoying to write out number array summing every time as well as some other common methods. they're in common.ts.