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