Put back code removed to test if it was necessary.

This commit is contained in:
Danila Fedorin 2018-11-30 22:50:55 -08:00
parent c8f1a23c0b
commit b370a741e3

View File

@ -1,3 +1,4 @@
puts File.read("day1").split("\n")
.select { |it| !it.empty? }
.map(&.to_i)
.sum