#![recursion_limit = "256"] use game::run; fn main() { run().unwrap(); }