exercism/elixir/matrix/.exercism/config.json

27 lines
573 B
JSON
Raw Permalink Normal View History

2024-07-07 03:19:32 +00:00
{
"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"
}