diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2021-11-21 07:22:08 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2021-11-21 07:22:08 -0500 |
commit | 9ebec329bf25548f21401f7e3690012845348d29 (patch) | |
tree | 08f1f9a944c34453e3de69870261c3d441f6c74e /exercism/emacs-lisp/hello-world/.exercism | |
parent | fe12fe16fa5f8bddece8cab225a9bc4a332cfffd (diff) |
exercism elisp exercises
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 |