Skip to content

rust rust环境 rustc

WinChua edited this page May 2, 2025 · 1 revision
fn main() {
    println!("Hello, world!");
}
$ rustc main.rs
cargo new use_cargo
cargo build
cargo run -r

Clone this wiki locally