소스 검색

added afew changes

Roy 6 년 전
부모
커밋
67e785f70a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      MainApplication.java

+ 2
- 0
MainApplication.java 파일 보기

@@ -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
 }