Cargo $ cargo --version Build and run $ cargo build $ ./target/debug/hello_cargo $ cargo run $ ./target/debug/hello_cargo Check $ cargo check Release $ cargo build --release $ cargo run --release