matrix
This commit is contained in:
26
elixir/matrix/.exercism/config.json
Normal file
26
elixir/matrix/.exercism/config.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"authors": [
|
||||
"DoggettCK"
|
||||
],
|
||||
"contributors": [
|
||||
"angelikatyborska",
|
||||
"Cohen-Carlisle",
|
||||
"devonestes",
|
||||
"neenjaw",
|
||||
"sotojuan"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/matrix.ex"
|
||||
],
|
||||
"test": [
|
||||
"test/matrix_test.exs"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.ex"
|
||||
]
|
||||
},
|
||||
"blurb": "Given a string representing a matrix of numbers, return the rows and columns of that matrix.",
|
||||
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
|
||||
"source_url": "https://turing.edu"
|
||||
}
|
||||
1
elixir/matrix/.exercism/metadata.json
Normal file
1
elixir/matrix/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"matrix","id":"fe0c39c0c4124236a5ff391451e0c59d","url":"https://exercism.org/tracks/elixir/exercises/matrix","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user