Skip to content

Commit 7bdeb9f

Browse files
authored
Update PG_17682.java
1 parent 92908db commit 7bdeb9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/week01/Chanjong/PG_17682.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import java.util.ArrayList;
22

3-
class Solution {
3+
class PG_17681 {
44
public int solution(String dartResult) {
55
int answer = 0;
66
ArrayList<Integer> scores = new ArrayList<>(); //최종 점수 3개를 저장하는 배열
@@ -56,4 +56,4 @@ else if(dartResult.charAt(i)=='#'){
5656
}
5757
return answer;
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)