diff --git a/template.cr b/template.cr index 1d28aff..0dc907d 100644 --- a/template.cr +++ b/template.cr @@ -1,4 +1,4 @@ -INPUT = File.read("dayN.txt")#.lines.map(&.trim) +INPUT = File.read("dayN.txt")#.lines.map(&.chomp) def part1 input = INPUT.clone