@ -1,3 +1,4 @@
puts File.read("day1").split("\n")
.select { |it| !it.empty? }
.map(&.to_i)
.sum
The note is not visible to the blocked user.