Initial work
This commit is contained in:
parent
dcb1ccaade
commit
b297d63e31
12
src/main.rs
12
src/main.rs
@ -1,3 +1,11 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
use bevy::prelude::*;
|
||||
|
||||
fn gamarjoba() {
|
||||
println!("Gamarjoba, munde!");
|
||||
}
|
||||
|
||||
fn main() {
|
||||
App::new()
|
||||
.add_system(gamarjoba)
|
||||
.run();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user