added Ordering use and added example to lib.rs

This commit is contained in:
angelsflyinhell 2021-10-19 22:30:41 +02:00
parent 9a18b81523
commit 1991397ecf
2 changed files with 18 additions and 18 deletions

View file

@ -33,6 +33,7 @@ fn main() {
Guessing game
```rust
use std::cmp::Ordering;
use simple_std::{prompt, random_int_range};
fn main() {