diff options
Diffstat (limited to 'exercism/emacs-lisp/hello-world/.exercism')
| -rw-r--r-- | exercism/emacs-lisp/hello-world/.exercism/config.json | 25 | ||||
| -rw-r--r-- | exercism/emacs-lisp/hello-world/.exercism/metadata.json | 1 |
2 files changed, 26 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" +} diff --git a/exercism/emacs-lisp/hello-world/.exercism/metadata.json b/exercism/emacs-lisp/hello-world/.exercism/metadata.json new file mode 100644 index 0000000..8c77a7c --- /dev/null +++ b/exercism/emacs-lisp/hello-world/.exercism/metadata.json @@ -0,0 +1 @@ +{"track":"emacs-lisp","exercise":"hello-world","id":"dda6cfc056f94482ac16f4bbcfca0b9c","url":"https://exercism.org/tracks/emacs-lisp/exercises/hello-world","handle":"orbekk","is_requester":true,"auto_approve":false}
\ No newline at end of file |
