summaryrefslogtreecommitdiff
path: root/exercism/emacs-lisp/allergies/.exercism/config.json
blob: 944e79c89a65f705951ad8da31148a26bf908d29 (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 person's allergy score, determine whether or not they're allergic to a given item, and their full list of allergies.",
  "authors": [
    "canweriotnow"
  ],
  "contributors": [
    "vermiculus"
  ],
  "files": {
    "solution": [
      "allergies.el"
    ],
    "test": [
      "allergies-test.el"
    ],
    "example": [
      ".meta/example.el"
    ]
  },
  "source": "Jumpstart Lab Warm-up",
  "source_url": "http://jumpstartlab.com"
}