Latest commit 6d6bc2a

use bevy::prelude::*;

/// 一个空的程序,不做任何事
fn main() {
	App::new().run();
}