Fix type in template file.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user