aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
blob: 873a84e684a74a4748e5e057ae352e8055077756 (plain)
1
2
3
4
5
6
7
8
9
#![allow(warnings)]

mod data;
mod map;
mod stats;

fn main() {
    println!("Hello, world!");
}