Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 667 Bytes

File metadata and controls

16 lines (14 loc) · 667 Bytes

This is guessing game written in Rust

We were able to see usecase of following methods and this also includes some of its properties


  1. User Input
  2. Random Number Generation
  3. Variables and Mutability
  4. Looping and Control Flow
  5. Error Handling
  6. Pattern Matching
  7. Cargo and Project Structure
  8. Ownership and Borrowing (implicitly)
  9. Standard Library (std) Usage
  10. Documentation and Comments

The "Guessing Game" example provides a practical and interactive way to apply Rust concepts, making it a valuable exercise for beginners to reinforce their understanding of the language.