exercism/elixir/sublist/.exercism/config.json

34 lines
566 B
JSON

{
"authors": [],
"contributors": [
"angelikatyborska",
"Cohen-Carlisle",
"dalexj",
"devonestes",
"jason-kerney",
"kytrinyx",
"lpil",
"lsimoneau",
"MarcosX",
"neenjaw",
"parkerl",
"pminten",
"rubysolo",
"sotojuan",
"Teapane",
"waiting-for-dev"
],
"files": {
"solution": [
"lib/sublist.ex"
],
"test": [
"test/sublist_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Write a function to determine if a list is a sublist of another list."
}