Skip to content

Commit e9e6e9f

Browse files
committed
solve: climbing-stairs [week2]
1 parent f580dd4 commit e9e6e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climbing-stairs/mkwkw.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ class Solution {
1717
return dp[n];
1818

1919
}
20-
};
20+
};

0 commit comments

Comments
 (0)