Skip to content

Commit fe19a90

Browse files
committed
Added easy climbing stairs
1 parent 5ab66ad commit fe19a90

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Easy/09_29_2022_climbing_stairs.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,4 @@ public int climbStairs(int n) {
1515

1616
return ways[n];
1717

18-
}
19-
20-
[ Unknown Command ]
21-
^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos
22-
18+
}

0 commit comments

Comments
 (0)