Add template file.

This commit is contained in:
Danila Fedorin 2020-11-30 20:44:23 -08:00
commit 304a009887
1 changed files with 9 additions and 0 deletions

9
template.cr Normal file
View 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