RosettaCodeData/Task/A+B/PowerShell/a+b-1.psh

3 lines
42 B
Plaintext

$a,$b = -split "$input"
[int]$a + [int]$b