Matrix
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"blurb": "Given a string representing a matrix of numbers, return the rows and columns of that matrix.",
|
||||
"authors": ["CRivasGomez"],
|
||||
"contributors": ["masters3d", "SleeplessByte"],
|
||||
"files": {
|
||||
"solution": ["matrix.ts"],
|
||||
"test": ["matrix.test.ts"],
|
||||
"example": [".meta/proof.ci.ts"]
|
||||
},
|
||||
"source": "Warmup to the `saddle-points` warmup.",
|
||||
"source_url": "http://jumpstartlab.com"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"track":"typescript","exercise":"matrix","id":"9ee65c1e30c049e0b562fa586342093a","url":"https://exercism.org/tracks/typescript/exercises/matrix","handle":"briemens","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user