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