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