my solutions to advent of code
aoc advent-of-code
at main 62 B view raw
1const input = (await Bun.file("../input.txt").text()).trim();