exercism/elixir/flatten-array/.exercism/config.json

30 lines
579 B
JSON
Raw Normal View History

2024-07-02 16:47:44 +00:00
{
"authors": [
"bernardoamc"
],
"contributors": [
"angelikatyborska",
"Cohen-Carlisle",
"devonestes",
"jwworth",
"lpil",
"neenjaw",
"parkerl",
"sotojuan"
],
"files": {
"solution": [
"lib/flatten_array.ex"
],
"test": [
"test/flatten_array_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Take a nested list and return a single list with all values except nil/null.",
"source": "Interview Question",
"source_url": "https://reference.wolfram.com/language/ref/Flatten.html"
}