Finetune Rust code.

This commit is contained in:
krahets
2023-07-26 10:01:49 +08:00
parent 06006c58a2
commit 60162f6fa8
18 changed files with 29 additions and 25 deletions
@@ -24,4 +24,4 @@ pub fn main() {
let res = climbing_stairs_dfs(n);
println!("{n} 阶楼梯共有 {res} 种方案");
}
}