my solutions to advent of code
aoc advent-of-code
at main 126 B view raw
1const input = (await Bun.file("../input.txt").text()).trim(); 2 3// i lost the old repo and im too lazy to do this one again :)