Skip to content

Commit 3d9c465

Browse files
authored
Update PG_81301.java
1 parent 8353ae7 commit 3d9c465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/week02/haemin/PG_81301.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Solution {
66

77
private static HashMap<String, String> map = new HashMap<>();
88

9-
public int solution(String s) {
9+
public int solution1(String s) {
1010
// map 구성
1111
map.put("zero", "0");
1212
map.put("one", "1");

0 commit comments

Comments
 (0)