Skip to content

Commit af14ec1

Browse files
authored
Update PG_81301.java
1 parent 154d190 commit af14ec1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/week02/haemin/PG_81301.java

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

3-
# 1
3+
// 1
44
class Solution {
55

66
private static HashMap<String, String> map = new HashMap<>();
@@ -27,8 +27,8 @@ public int solution(String s) {
2727
}
2828
}
2929

30-
# 2
31-
class Solution {
30+
// 2
31+
class Solution2 {
3232
public int solution(String s) {
3333
String[] strArr = {"zero", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine"};
3434
for(int i = 0; i < strArr.length; i++) {

0 commit comments

Comments
 (0)