1const file = await Bun.file("../../shared/08/input.txt").text(); 2 3(() => { 4 // Part 1 5 console.log("part 1:", 0); 6})(); 7 8(() => { 9 // Part 2 10 console.log("part 2:", 0); 11})();