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

2 lines
28 B
Ruby
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
puts gets.split.sum(&:to_i)