This commit is contained in:
2021-07-12 20:57:30 -05:00
parent 6791c0cf48
commit 11dc9771cc

View File

@ -1,3 +1,5 @@
use bevy::prelude::*;
fn main() {
println!("Hello, world!");
App::build().run();
}