Skip to content

Commit 0eee2ff

Browse files
authored
fix backet
1 parent 21ceeb5 commit 0eee2ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

challenge-6/submissions/shansing/solution-template.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ func CountWordFrequency(text string) map[string]int {
2929
if normalized == "" {
3030
continue
3131
}
32+
3
33+
Add solution for Challenge 17 by shansing
34+
3235
countMap[normalized]++
3336
}
3437
return countMap
3538
}
36-
}

0 commit comments

Comments
 (0)