I hate Exit
Rust cheatsheet
cargo new guessing_game --bincargo runcargo buildcargo doc --open
cargo new guessing_game --bin
cargo run
cargo build
cargo doc --open