remove hello
This commit is contained in:
parent
0db4cf5fce
commit
b7a9434b93
1 changed files with 0 additions and 4 deletions
|
@ -4,10 +4,6 @@ fn main() {
|
|||
App::new().add_plugins((DefaultPlugins, HelloPlugin)).run();
|
||||
}
|
||||
|
||||
fn hello_world() {
|
||||
println!("uwu!");
|
||||
}
|
||||
|
||||
#[derive(Component)]
|
||||
struct Person;
|
||||
|
||||
|
|
Loading…
Reference in a new issue