AdventOfCode-2020/template.cr

10 lines
125 B
Crystal
Raw Normal View History

2020-11-30 21:13:36 -08:00
INPUT = File.read("dayN.txt")#.lines.map(&.chomp)
2020-11-30 20:44:23 -08:00
def part1
input = INPUT.clone
end
def part2
input = INPUT.clone
end