ProjectMini Project: Word Counter
All courses

Maps, loops, and string handling

Count how many times go appears. Complete when output shows go: 3.

Real code would use strings.Fields — we split manually here to practice runes and indices.

Output
Press Run to execute your code.