This commit is contained in:
2022-11-05 22:42:50 +01:00
parent 942e6bba84
commit 4e9d5e310e
13 changed files with 16323 additions and 0 deletions
+12
View File
@@ -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}