module main imports native.io{input.hear,output.say} vals a=hear(Int),b=hear(Int) say(a+b) end