RosettaCodeData/Task/Zero-to-the-zero-power/PowerShell/zero-to-the-zero-power.psh
2023-07-01 13:44:08 -04:00

1 line
41 B
Text

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