Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit b03e80cCopy full SHA for b03e80c
Calculate.java
@@ -0,0 +1,5 @@
1
+public class Calculate {
2
+ public static void main(String[] args) {
3
+ System.out.println("Calculate!!!");
4
+ }
5
+}
0 commit comments