summaryrefslogtreecommitdiff
path: root/exercism/emacs-lisp/hello-world/.exercism/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'exercism/emacs-lisp/hello-world/.exercism/config.json')
-rw-r--r--exercism/emacs-lisp/hello-world/.exercism/config.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/exercism/emacs-lisp/hello-world/.exercism/config.json b/exercism/emacs-lisp/hello-world/.exercism/config.json
new file mode 100644
index 0000000..683e6a2
--- /dev/null
+++ b/exercism/emacs-lisp/hello-world/.exercism/config.json
@@ -0,0 +1,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"
+}