crispr_guessing_game

Crates.iocrispr_guessing_game
lib.rscrispr_guessing_game
version1.2.1
sourcesrc
created_at2022-03-26 11:14:26.417034
updated_at2022-04-08 14:50:51.224681
descriptionMy first small rust project
homepage
repository
max_upload_size
id556670
size4,849
Crispr (CrispiCas)

documentation

README

My first small rust project :D

Its a simple guessing game :)

The GitHub repo: https://github.com/CrispiCas/guessing_game

How to Install:

Download rust: https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe

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

Commit count: 0

cargo fmt