Skip to content

Commit 969b9fb

Browse files
committed
config: 개행 추가
1 parent ec92d4d commit 969b9fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

climbing-stairs/jinah92.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ def climbStairs(self, n: int) -> int:
99
prev, curr = curr, prev + curr
1010

1111
return curr
12-

0 commit comments

Comments
 (0)