Update
This commit is contained in:
commit
4a8ccdfb5e
|
@ -1,5 +1,4 @@
|
||||||
use rand::Rng;
|
use rand::Rng;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let mut number: i128 = 0;
|
let mut number: i128 = 0;
|
||||||
loop {
|
loop {
|
||||||
|
@ -20,3 +19,4 @@ fn main() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue