RosettaCodeData/Task/A+B/PowerShell/a+b-1.ps1
2026-04-30 12:34:36 -04:00

2 lines
42 B
PowerShell

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