Skip to content

Files

Latest commit

292ac09 · Jun 5, 2020

History

History

_03_guessing_game

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 5, 2020
Jun 5, 2020
Jun 5, 2020
Jun 5, 2020

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.