mirror of
https://github.com/Noratrieb/simple-std.git
synced 2026-01-15 08:55:06 +01:00
added Ordering use and added example to lib.rs
This commit is contained in:
parent
9a18b81523
commit
1991397ecf
2 changed files with 18 additions and 18 deletions
|
|
@ -33,6 +33,7 @@ fn main() {
|
|||
Guessing game
|
||||
|
||||
```rust
|
||||
use std::cmp::Ordering;
|
||||
use simple_std::{prompt, random_int_range};
|
||||
|
||||
fn main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue