8000 Update README.md · abroroo/leetcode@202c246 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 202c246

Browse files
authored
Update README.md
1 parent aeb0de4 commit 202c246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ List is periodically updated
66

77
### #16. 3Sum Closest
88
```
9-
const threeSumClosest = function(nums, target) {
9+
const threeSumClosest = function(nums, target) {
1010
nums.sort((a, b) => a - b);
1111
1212
let closerSum = Infinity;

0 commit comments

Comments
 (0)
0