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

View File

@@ -82,6 +82,7 @@ impl ArrayQueue {
}
}
/* Driver Code */
fn main() {
/* 初始化队列 */
let capacity = 10;