RosettaCodeData/Task/Zero-to-the-zero-power/Java/zero-to-the-zero-power.java

2 lines
36 B
Java

System.out.println(Math.pow(0, 0));