3 lines
42 B
Text
3 lines
42 B
Text
|
|
$a,$b = -split "$input"
|
||
|
|
[int]$a + [int]$b
|