We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a941ed commit 9666671Copy full SHA for 9666671
climbing-stairs/LylaDev.java renamed to climbing-stairs/Lyla-Dev.java
@@ -1,4 +1,4 @@
1
-public class LylaDev {
+class Solution {
2
public int climbStairs(int n) {
3
if (n == 1) {
4
return 1;
0 commit comments