1 2 3 4 5 6
extern crate mtots_core; use mtots_core::Globals; fn main() { mtots_core::climain(Globals::new()); }