cargo --version ; New Terminal // 輸入 cargo new hello_cargo ; // 進入hello_cargo 文件夾 cd hello_cargo // 輸入命令構建項目 cargo build ; cargo run.
確定! 回上一頁