Fix type in template file.

This commit is contained in:
Danila Fedorin 2020-11-30 21:13:36 -08:00
parent d2e402bdb8
commit 458c285a7f
1 changed files with 1 additions and 1 deletions

View File

@ -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