2 lines
73 B
Text
2 lines
73 B
Text
|
|
((stdin readLine splitOn: ' ') mapBy: [|:e| e asInteger]) sum printLine.
|