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

2 lines
45 B
Text

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