challenge 2d-array
This commit is contained in:
parent
10d13dc384
commit
069cfb45fe
7 changed files with 229 additions and 41 deletions
4
src/2d-array/matrix.spec.ts
Normal file
4
src/2d-array/matrix.spec.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import {describe, it, skip} from 'node:test';
|
||||
describe("Matrix", () => {
|
||||
skip();
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue