{ "authors": [ "ee7" ], "files": { "solution": [ "word_count.zig" ], "test": [ "test_word_count.zig" ], "example": [ ".meta/example.zig" ] }, "blurb": "Given a phrase, count the occurrences of each word in that phrase.", "source": "This is a classic toy problem, but we were reminded of it by seeing it in the Go Tour." }