This commit is contained in:
2024-07-06 23:19:32 -04:00
parent 34e04eff6a
commit 44ca0cb19b
10 changed files with 359 additions and 0 deletions

View 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"
}

View 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}