exercism/emacs-lisp/hello-world/.exercism/config.json

26 lines
520 B
JSON

{
"authors": [
"canweriotnow"
],
"contributors": [
"benreyn",
"konrad",
"kytrinyx",
"vermiculus"
],
"files": {
"solution": [
"hello-world.el"
],
"test": [
"hello-world-test.el"
],
"example": [
".meta/example.el"
]
},
"blurb": "The classical introductory exercise. Just say \"Hello, World!\".",
"source": "This is an exercise to introduce users to using Exercism",
"source_url": "https://en.wikipedia.org/wiki/%22Hello,_world!%22_program"
}