1 line
41 B
PowerShell
1 line
41 B
PowerShell
Write-Host "0 ^ 0 = " ([math]::pow(0,0))
|
Write-Host "0 ^ 0 = " ([math]::pow(0,0))
|