Skip to content

Commit 6f3e10b

Browse files
authored
Update Solution.java
1 parent c077153 commit 6f3e10b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
package com.codeTest2.solution1;
22

33
//파이프 미로 퀴즈
4+
//물을 연결하는 파이프가 존재
5+
//파이프는 번호마다 모양이 다름
46
public class Solution {
57
public static void main(String[] args) {
68

0 commit comments

Comments
 (0)