Skip to content

Commit

Permalink
config: 개행 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jinah92 committed Dec 20, 2024
1 parent ec92d4d commit 969b9fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion climbing-stairs/jinah92.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ def climbStairs(self, n: int) -> int:
prev, curr = curr, prev + curr

return curr

0 comments on commit 969b9fb

Please sign in to comment.