rust-intro A rust lang introduction Install curl https://sh.rustup.rs -sSf | sh Tutorial Cargo cargo new hello-rust cargo build cargo run