remove hello

main
Zynh Ludwig 2024-07-29 23:11:23 -07:00
parent 0db4cf5fce
commit b7a9434b93
1 changed files with 0 additions and 4 deletions

View File

@ -4,10 +4,6 @@ fn main() {
App::new().add_plugins((DefaultPlugins, HelloPlugin)).run(); App::new().add_plugins((DefaultPlugins, HelloPlugin)).run();
} }
fn hello_world() {
println!("uwu!");
}
#[derive(Component)] #[derive(Component)]
struct Person; struct Person;