Skip to content

Commit c12a07f

Browse files
committed
개행문자 추가
1 parent dfca88d commit c12a07f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

climbing-stairs/yerim01.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ def climbStairs(self, n: int) -> int:
3131
prev1 = prev2 + prev1
3232
prev2 = temp
3333

34-
return prev1
34+
return prev1

0 commit comments

Comments
 (0)