Skip to content

Commit 8614e0d

Browse files
deepesh85bignacio-chiazzo
deepesh85b
authored andcommitted
Create test-cases.js
1 parent c7bf975 commit 8614e0d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = [{
2+
input : [[1, 2, 3, 4], [2, 3, 4, 5]],
3+
output : -1
4+
}, {
5+
input : [[8, 2, 3, 4], [2, 3, 4, 5]],
6+
output : 0
7+
}];

0 commit comments

Comments
 (0)