RosettaCodeData/Task/Zero-to-the-zero-power/PowerShell/zero-to-the-zero-power.psh
2019-09-12 10:33:56 -07:00

1 line
41 B
Text

Write-Host "0 ^ 0 = " ([math]::pow(0,0))