Skip to content

Commit 2fa7a1a

Browse files
committed
🎉 [217] Contains Duplicate
1 parent d3c5e14 commit 2fa7a1a

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

217/my_solution.js

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/**
2+
* @param {number[]} nums
3+
* @return {boolean}
4+
*/
5+
var containsDuplicate = function (nums) {
6+
7+
};

217/solution.js

Whitespace-only changes.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ iex ./.../solution.ex
4747

4848
Quick create in bash
4949
```ssh
50-
chapter=121 && mkdir ./$chapter && touch ./$chapter/my_solution.js && touch ./$chapter/solution.js
50+
chapter=217 && mkdir ./$chapter && touch ./$chapter/my_solution.js && touch ./$chapter/solution.js
5151
# And TOC above
5252
```

0 commit comments

Comments
 (0)