{ "blurb": "Given a phrase, count the occurrences of each word in that phrase.", "authors": [], "contributors": [ "canweriotnow", "npostavs", "vermiculus", "wasamasa", "yurrriq" ], "files": { "solution": [ "word-count.el" ], "test": [ "word-count-test.el" ], "example": [ ".meta/example.el" ] }, "source": "This is a classic toy problem, but we were reminded of it by seeing it in the Go Tour." }