mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-12 20:00:58 +00:00
Finetune Rust code.
This commit is contained in:
@@ -24,4 +24,4 @@ pub fn main() {
|
||||
|
||||
let res = climbing_stairs_dfs(n);
|
||||
println!("爬 {n} 阶楼梯共有 {res} 种方案");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user