1 2 3 4 5 6 7 8 9
#![allow(unused_imports, unused_variables, unused_mut)] mod generation; use generation::*; fn main() { generation::init() }