summaryrefslogtreecommitdiff
path: root/exercism/emacs-lisp/bob/.exercism/config.json
blob: 08a3f68942a98de2a11972ee996eb46511171b0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "blurb": "Bob is a lackadaisical teenager. In conversation, his responses are very limited.",
  "authors": [
    "canweriotnow"
  ],
  "contributors": [
    "benreyn",
    "kytrinyx",
    "stefanv",
    "vermiculus",
    "yurrriq"
  ],
  "files": {
    "solution": [
      "bob.el"
    ],
    "test": [
      "bob-test.el"
    ],
    "example": [
      ".meta/example.el"
    ]
  },
  "source": "Inspired by the 'Deaf Grandma' exercise in Chris Pine's Learn to Program tutorial.",
  "source_url": "http://pine.fm/LearnToProgram/?Chapter=06"
}