소스 검색

Final commit

Brandon Defrancis 6 년 전
부모
커밋
3256bd7d6f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Main.java

+ 1
- 1
Main.java 파일 보기

@@ -8,7 +8,7 @@ public class Main {
8 8
         
9 9
         int x, y, sum = 1;
10 10
         Scanner sc = new Scanner(System.in);
11
-        System.out.println("Input a number below!");
11
+        System.out.println("Input a number below!!");
12 12
         x = sc.nextInt();
13 13
         
14 14
         for (y = 1; y <= x; y++){