Skip to content

Commit 644f7e9

Browse files
ongchignacio-chiazzo
ongch
authored andcommitted
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

+3-1
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)