exercism/elixir/hello-world/.exercism/config.json

35 lines
709 B
JSON
Raw Permalink Normal View History

2023-12-17 05:26:14 +00:00
{
"authors": [],
"contributors": [
"angelikatyborska",
"Cohen-Carlisle",
"dalexj",
"devonestes",
"George-Hudson",
"hanmd82",
"lpil",
"neenjaw",
"parkerl",
"rawkode",
"rubysolo",
"sotojuan",
"Teapane",
"Thrillberg",
"waiting-for-dev"
],
"files": {
"solution": [
"lib/hello_world.ex"
],
"test": [
"test/hello_world_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Exercism's classic 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"
}