RosettaCodeData/Task/A+B/PowerShell/a+b-1.psh
2023-07-01 13:44:08 -04:00

2 lines
42 B
Text

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