Skip to content

Commit 445d292

Browse files
committed
Two Sum solved
1 parent 2206296 commit 445d292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

two-sum/do-heewan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ def twoSum(self, nums, target):
77
result.append(i)
88
result.append(j)
99

10-
return result
10+
return result

0 commit comments

Comments
 (0)