INPUT = File.read("dayN.txt")#.lines.map(&.trim) def part1 input = INPUT.clone end def part2 input = INPUT.clone end