Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3d6d7b3

Browse files
committed
dir code_editor setup
1 parent de29b6f commit 3d6d7b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

code_editor/1_two-sum.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
class Solution:
2+
def twoSum(self, nums: List[int], target: int) -> List[int]:
3+

0 commit comments

Comments
 (0)