Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 644f7e9

Browse files
ongchignacio-chiazzo
ongch
authored andcommittedOct 6, 2022
add: export twosum
1 parent 732bc12 commit 644f7e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎LeetcodeProblems/Algorithms/2Sum.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ Output: [0,1]
3838
map[nums[i]] = i;
3939
}
4040
}
41-
};
41+
};
42+
43+
module.exports.twoSum = twoSum;

0 commit comments

Comments
 (0)
Please sign in to comment.