Skip to content

Commit 732e309

Browse files
docs: class 이름 수정
1 parent 18f1e81 commit 732e309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Programmers/Level3/HW_150367.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import java.util.*;
22

3-
class Solution {
3+
class HW_150367 {
44
public int[] solution(long[] numbers) {
55
int[] result = new int[numbers.length];
66

0 commit comments

Comments
 (0)