RosettaCodeData/Task/Zero-to-the-zero-power/PowerShell/zero-to-the-zero-power.psh

2 lines
41 B
Text
Raw Permalink Normal View History

2019-09-12 10:33:56 -07:00
Write-Host "0 ^ 0 = " ([math]::pow(0,0))