mod quad; mod ctx; mod step; mod render; fn main() { println!("Warming up..."); render::graphics(); println!("Hello!"); }