aoc/2016/one/solution.rb
2025-05-01 12:38:17 +03:00

3 lines
No EOL
103 B
Ruby

file = File.open("./input")
instructions = file.read().replace("\n").split(", ")
puts str(instructions)