Skip to content

Commit b1aea02

Browse files
authored
Create sqrt.java
1 parent c978787 commit b1aea02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sqrt.java

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
public class sqrt {
2+
public static void main(String[] args) {
3+
System.out.println(Math.sqrt(64));
4+
}
5+
}

0 commit comments

Comments
 (0)