Skip to content

Commit ea4ed88

Browse files
committed
줄바꿈 누락 추가
1 parent 87ba189 commit ea4ed88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

two-sum/jongwanra.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ def twoSum(self, nums, target):
3636

3737

3838
solution = Solution()
39-
print(solution.twoSum([3, 2, 4], 6))
39+
print(solution.twoSum([3, 2, 4], 6))
40+

0 commit comments

Comments
 (0)