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