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