We can create a new single-population model
This commit is contained in:
@@ -2,4 +2,7 @@ mod blur;
|
||||
mod grid;
|
||||
mod model;
|
||||
|
||||
fn main() {}
|
||||
fn main() {
|
||||
let model = model::Model::new(4, 4, 20, 1);
|
||||
println!("{:#?}", model);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user