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

3 lines
45 B
Plaintext

$a,$b = -split (Read-Host)
[int]$a + [int]$b