summaryrefslogtreecommitdiff
path: root/exercism/emacs-lisp/hello-world/.exercism/config.json
blob: 683e6a28e2c9d5b9e0de62084cd8c3ad9f884bd5 (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
{
  "blurb": "The classical introductory exercise. Just say \"Hello, World!\"",
  "authors": [
    "canweriotnow"
  ],
  "contributors": [
    "benreyn",
    "konrad",
    "kytrinyx",
    "vermiculus"
  ],
  "files": {
    "solution": [
      "hello-world.el"
    ],
    "test": [
      "hello-world-test.el"
    ],
    "example": [
      ".meta/example.el"
    ]
  },
  "source": "This is an exercise to introduce users to using Exercism",
  "source_url": "http://en.wikipedia.org/wiki/%22Hello,_world!%22_program"
}