remove line

This commit is contained in:
2022-05-03 22:29:51 +02:00
parent 7193fb2b16
commit 5affe83fdc
-2
View File
@@ -17,8 +17,6 @@ fn main() {
let term = Term::stdout();
term.write_line("********** Rusty Propagation (Console) 2022 **********")
.expect("Oops Looks like we have a problem here...");
term.write_line("Press any key to start the propagation")
.expect("Oops Looks like we have a problem here...");
let disease = Disease::new(20, 10, 5, String::from("Covid 44"));
let mut population = Population::new(20, 10, 5, 1000, 1000, disease);