This commit is contained in:
Daniel Lynn 2021-07-12 20:57:30 -05:00
parent 6791c0cf48
commit 11dc9771cc
Signed by: daniel
GPG Key ID: 28496A140E180A9D

View File

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