.cr
puts "Hello world!"
input = gets.not_nil!.split(" ") a = input[0].to_i b = input[1].to_i puts a+b