Installation # new project cargo new hello-project cargo build Basic verification rustc --version cargo --version Run rustc src/main.rs cargo run