Skip to content

Commit 65495fc

Browse files
committed
개행문자 추가
1 parent ce7b16b commit 65495fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

two-sum/leehyeyun.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ var twoSum = function(nums, target) {
3434

3535
console.log(twoSum([2,7,11,15], 9));
3636
console.log(twoSum([3,2,4], 6));
37-
console.log(twoSum([3,3], 6));
37+
console.log(twoSum([3,3], 6));
38+

0 commit comments

Comments
 (0)