summaryrefslogtreecommitdiff
path: root/exercism/emacs-lisp/word-count/.exercism/config.json
blob: 95e785ae053f330f7a62c6440604857ce450eb67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "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."
}