summaryrefslogtreecommitdiff
path: root/exercism/emacs-lisp/word-count/.exercism/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'exercism/emacs-lisp/word-count/.exercism/config.json')
-rw-r--r--exercism/emacs-lisp/word-count/.exercism/config.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/exercism/emacs-lisp/word-count/.exercism/config.json b/exercism/emacs-lisp/word-count/.exercism/config.json
new file mode 100644
index 0000000..95e785a
--- /dev/null
+++ b/exercism/emacs-lisp/word-count/.exercism/config.json
@@ -0,0 +1,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."
+}