# My first small rust project :D Its a simple guessing game :) The GitHub repo: How to Install: Download rust: `rustc --version` check the version of Rust `cargo --version` check the version of cargo, the rust Packet Manager `cargo install crispr_guessing_game` installs the rust binary run now the game with: `crispr_guessing_game`