From ced3a9341224a2c47746efd395c1d4bd5ccddc00 Mon Sep 17 00:00:00 2001 From: maxluli Date: Tue, 3 May 2022 14:46:23 +0200 Subject: [PATCH] Release V1.0 --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index c263a5e..b428920 100644 --- a/src/main.rs +++ b/src/main.rs @@ -20,7 +20,7 @@ fn main() { 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();