summaryrefslogtreecommitdiff
path: root/exercism/emacs-lisp/anagram/.exercism/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'exercism/emacs-lisp/anagram/.exercism/config.json')
-rw-r--r--exercism/emacs-lisp/anagram/.exercism/config.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/exercism/emacs-lisp/anagram/.exercism/config.json b/exercism/emacs-lisp/anagram/.exercism/config.json
new file mode 100644
index 0000000..72e38a3
--- /dev/null
+++ b/exercism/emacs-lisp/anagram/.exercism/config.json
@@ -0,0 +1,22 @@
+{
+ "blurb": "Given a word and a list of possible anagrams, select the correct sublist.",
+ "authors": [
+ "canweriotnow"
+ ],
+ "contributors": [
+ "vermiculus"
+ ],
+ "files": {
+ "solution": [
+ "anagram.el"
+ ],
+ "test": [
+ "anagram-test.el"
+ ],
+ "example": [
+ ".meta/example.el"
+ ]
+ },
+ "source": "Inspired by the Extreme Startup game",
+ "source_url": "https://github.com/rchatley/extreme_startup"
+}