Browse Source

added afew changes

Roy 6 years ago
parent
commit
67e785f70a
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      MainApplication.java

+ 2
- 0
MainApplication.java View File

@@ -5,8 +5,10 @@
5 5
 public class MainApplication {
6 6
     //Operations Operations = new Operations();
7 7
     public static void main(String[] args) {
8
+
8 9
         Console.println("Welcome to my calculator!");
9 10
         Operations.runCommand();
11
+
10 12
     }
11 13
 
12 14
 }