Skip to content

Commit bd7d35b

Browse files
authored
Update Solution.cpp
1 parent 957fb1e commit bd7d35b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

solution/0000-0099/0001.Two Sum/Solution.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Two Sum Problem
12
class Solution {
23
public:
34
vector<int> twoSum(vector<int>& nums, int target) {

0 commit comments

Comments
 (0)