Skip to content

Commit 69482a8

Browse files
authored
Update Solution.java
1 parent 3b4fa1d commit 69482a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaStudy/src/com/codeTest2/solution1/Solution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
//파이프는 번호마다 모양이 다름
66
public class Solution {
77
public static void main(String[] args) {
8-
8+
Scanner sc = new Scanner(System.in);
99
}
1010
}

0 commit comments

Comments
 (0)