RosettaCodeData/Task/A+B/FunL/a+b.funl
2023-07-01 13:44:08 -04:00

1 line
49 B
Text

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