Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b03e80c

Browse files
committed
create Calculate
0 parents  commit b03e80c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Calculate.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)