Add template file.
This commit is contained in:
commit
304a009887
9
template.cr
Normal file
9
template.cr
Normal file
|
@ -0,0 +1,9 @@
|
|||
INPUT = File.read("dayN.txt")#.lines.map(&.trim)
|
||||
|
||||
def part1
|
||||
input = INPUT.clone
|
||||
end
|
||||
|
||||
def part2
|
||||
input = INPUT.clone
|
||||
end
|
Loading…
Reference in New Issue
Block a user