From 458c285a7f4fe65c715edada904b8c6f3bd9b305 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Mon, 30 Nov 2020 21:13:36 -0800 Subject: [PATCH] Fix type in template file. --- template.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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