summaryrefslogtreecommitdiff
path: root/exercism/emacs-lisp/word-count/.exercism
diff options
context:
space:
mode:
Diffstat (limited to 'exercism/emacs-lisp/word-count/.exercism')
-rw-r--r--exercism/emacs-lisp/word-count/.exercism/config.json23
-rw-r--r--exercism/emacs-lisp/word-count/.exercism/metadata.json1
2 files changed, 24 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."
+}
diff --git a/exercism/emacs-lisp/word-count/.exercism/metadata.json b/exercism/emacs-lisp/word-count/.exercism/metadata.json
new file mode 100644
index 0000000..b5d023f
--- /dev/null
+++ b/exercism/emacs-lisp/word-count/.exercism/metadata.json
@@ -0,0 +1 @@
+{"track":"emacs-lisp","exercise":"word-count","id":"66b39ed799384512ac08213e176ac353","url":"https://exercism.org/tracks/emacs-lisp/exercises/word-count","handle":"orbekk","is_requester":true,"auto_approve":false} \ No newline at end of file