1
2
3
4
5
/* \bat\01_window_display.rs     */

fn main() {
    babe1::create_native_window().unwrap();
}