AdventOfCode-2020/template.cr

10 lines
125 B
Crystal

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