3 lines
45 B
PowerShell
3 lines
45 B
PowerShell
|
|
$a,$b = -split (Read-Host)
|
||
|
|
[int]$a + [int]$b
|