initial commit

This commit is contained in:
Johan Sandoval
2026-07-04 21:11:52 -05:00
commit 4f15387a70
+3
View File
@@ -0,0 +1,3 @@
class Solution:
def twoSum(self, nums: List[int], target: int) -> List[int]: