config.json (465B) - raw
1 { 2 "blurb": "Given a string representing a matrix of numbers, return the rows and columns of that matrix.", 3 "authors": [ 4 "bistik" 5 ], 6 "contributors": [ 7 "kytrinyx", 8 "m-dango", 9 "rfilipo" 10 ], 11 "files": { 12 "solution": [ 13 "Matrix.pm" 14 ], 15 "test": [ 16 "matrix.t" 17 ], 18 "example": [ 19 ".meta/solutions/Matrix.pm" 20 ] 21 }, 22 "source": "Warmup to the `saddle-points` warmup.", 23 "source_url": "http://jumpstartlab.com" 24 }