flatten_array
This commit is contained in:
29
elixir/flatten-array/.exercism/config.json
Normal file
29
elixir/flatten-array/.exercism/config.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
1
elixir/flatten-array/.exercism/metadata.json
Normal file
1
elixir/flatten-array/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"flatten-array","id":"639fd9778c30461b89f59d69b0d55de1","url":"https://exercism.org/tracks/elixir/exercises/flatten-array","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user