exercism/elixir/etl/.exercism/config.json

41 lines
791 B
JSON

{
"authors": [
"rubysolo"
],
"contributors": [
"andrewsardone",
"angelikatyborska",
"bartj3",
"Cohen-Carlisle",
"dalexj",
"dantswain",
"devonestes",
"etrepum",
"henrik",
"herminiotorres",
"jinyeow",
"kytrinyx",
"lpil",
"neenjaw",
"parkerl",
"pminten",
"sotojuan",
"Teapane",
"waiting-for-dev"
],
"files": {
"solution": [
"lib/etl.ex"
],
"test": [
"test/etl_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Change the data format for scoring a game to more easily add other languages.",
"source": "Based on an exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
"source_url": "https://turing.edu"
}