|
| 1 | +# This is an auto-generated file. |
| 2 | +# |
| 3 | +# Regenerating this file via `configlet sync` will: |
| 4 | +# - Recreate every `description` key/value pair |
| 5 | +# - Recreate every `reimplements` key/value pair, where they exist in problem-specifications |
| 6 | +# - Remove any `include = true` key/value pair (an omitted `include` key implies inclusion) |
| 7 | +# - Preserve any other key/value pair |
| 8 | +# |
| 9 | +# As user-added comments (using the # character) will be removed when this file |
| 10 | +# is regenerated, comments can be added via a `comment` key. |
| 11 | + |
| 12 | +[ca733dab-9d85-4065-9ef6-a880a951dafd] |
| 13 | +description = "extract row from one number matrix" |
| 14 | + |
| 15 | +[5c93ec93-80e1-4268-9fc2-63bc7d23385c] |
| 16 | +description = "can extract row" |
| 17 | + |
| 18 | +[2f1aad89-ad0f-4bd2-9919-99a8bff0305a] |
| 19 | +description = "extract row where numbers have different widths" |
| 20 | + |
| 21 | +[68f7f6ba-57e2-4e87-82d0-ad09889b5204] |
| 22 | +description = "can extract row from non-square matrix with no corresponding column" |
| 23 | + |
| 24 | +[e8c74391-c93b-4aed-8bfe-f3c9beb89ebb] |
| 25 | +description = "extract column from one number matrix" |
| 26 | + |
| 27 | +[7136bdbd-b3dc-48c4-a10c-8230976d3727] |
| 28 | +description = "can extract column" |
| 29 | + |
| 30 | +[ad64f8d7-bba6-4182-8adf-0c14de3d0eca] |
| 31 | +description = "can extract column from non-square matrix with no corresponding row" |
| 32 | + |
| 33 | +[9eddfa5c-8474-440e-ae0a-f018c2a0dd89] |
| 34 | +description = "extract column where numbers have different widths" |
0 commit comments