Skip to content

Commit f12b719

Browse files
authored
remove unwanted text
1 parent 0eee2ff commit f12b719

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ func CountWordFrequency(text string) map[string]int {
2929
if normalized == "" {
3030
continue
3131
}
32-
3
33-
Add solution for Challenge 17 by shansing
34-
3532
countMap[normalized]++
3633
}
3734
return countMap

0 commit comments

Comments
 (0)