/learn-rust

Practice exercises to learn Rust lang

Primary LanguageRust

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