use 1000 x 1000

This commit is contained in:
2022-05-03 20:57:12 +02:00
parent 57db06ff9a
commit 7193fb2b16
+1 -1
View File
@@ -21,7 +21,7 @@ fn main() {
.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, 300, 300, disease);
let mut population = Population::new(20, 10, 5, 1000, 1000, disease);
//population.change_disease(disease);
println!("Before Filling");
//population.display();