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