Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 259 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 259 Bytes

Rust excercises for practice

1. guess_game:

A small game to guess the correct random number

2. variables:

Practice variable in Rust

###3. Functions, expressions and Pattern matching

  • Functions in Rust
  • Expressions in Rust
  • Pattern Matching