Skip to content

Latest commit

 

History

History

_03_guessing_game

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Guessing Game

  1. First, we add a dependency named rand to Cargo.toml file.

  2. Then you can start coding in src/main.rs. Read this for the explanations.

  3. For the drier version (without annotations), see this one.