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