cargo new mytest $ cd mytest $ tree . mytest/ ├── Cargo.toml └── src └── main.rs 測試這個main 時只需要用cargo run 執行即可
確定! 回上一頁