#![allow(warnings)] mod data; mod gens; mod map; mod stats; fn main() { println!("Hello, world!"); }