Added ready message
This commit is contained in:
@ -133,6 +133,8 @@ fn main() {
|
||||
});
|
||||
}
|
||||
|
||||
println!("{}", Color::Green.paint("Ready"));
|
||||
|
||||
for thread in threads {
|
||||
thread.join().unwrap();
|
||||
}
|
||||
|
Reference in New Issue
Block a user