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