Added ready message

This commit is contained in:
2021-05-19 20:14:38 +02:00
parent e5b77edeae
commit 29f9853cb0

View File

@ -133,6 +133,8 @@ fn main() {
});
}
println!("{}", Color::Green.paint("Ready"));
for thread in threads {
thread.join().unwrap();
}