Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 268 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 268 Bytes

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.