RosettaCodeData/Task/A+B/Ruby/a+b.rb

2 lines
28 B
Ruby
Raw Permalink Normal View History

2019-09-12 10:33:56 -07:00
puts gets.split.sum(&:to_i)