RosettaCodeData/Task/A+B/FunL/a+b.funl
2016-12-05 23:44:36 +01:00

1 line
49 B
Text

println( sum(map(int, readLine().split(' +'))) )