3 lines
54 B
Text
3 lines
54 B
Text
|
|
var (a, b) = read(String).words.map{.to_i}...
|
||
|
|
say a+b
|