feat: Added RNG and control flow

This commit is contained in:
2026-01-19 19:58:04 +05:30
parent c0c3dc2c9f
commit c864bcd5be
4 changed files with 165 additions and 6 deletions

View File

@@ -0,0 +1,11 @@
# Guessing Game
First _project_ in the Rust Book. Goal is to make a simple rust script that generates a random number and asks the user to guess it.
### Dependencies
```
rand=0.8.5
```
View [Rust Poker](https://git.adityagupta.dev/sortedcord/rust-poker) to see an extended use case of Rust's RNG capabilities.