forked from Maxluli/RustyPropagation
remove line
This commit is contained in:
@@ -17,8 +17,6 @@ fn main() {
|
|||||||
let term = Term::stdout();
|
let term = Term::stdout();
|
||||||
term.write_line("********** Rusty Propagation (Console) 2022 **********")
|
term.write_line("********** Rusty Propagation (Console) 2022 **********")
|
||||||
.expect("Oops Looks like we have a problem here...");
|
.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 disease = Disease::new(20, 10, 5, String::from("Covid 44"));
|
||||||
let mut population = Population::new(20, 10, 5, 1000, 1000, disease);
|
let mut population = Population::new(20, 10, 5, 1000, 1000, disease);
|
||||||
|
|||||||
Reference in New Issue
Block a user