Skip to content

Commit 0583a4b

Browse files
committed
file containing start of program
1 parent e61f25a commit 0583a4b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Main_Calculator.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package calculator;
2+
3+
public class Main_Calculator {
4+
public static void main(String args[]){
5+
Calculator cals = new Calculator();
6+
}
7+
}

0 commit comments

Comments
 (0)