Skip to content

Commit 56cd324

Browse files
committed
줄바꿈 추가
1 parent 80955d9 commit 56cd324

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Solution:
22
def findMin(self, nums: List[int]) -> int:
3-
return min(nums)
3+
return min(nums)

word-search/devyejin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ def backtrack(x, y, idx):
2828
return True
2929

3030
return False
31+

0 commit comments

Comments
 (0)