test CI/CD 2
Some checks failed
Build Bevy Game (Linux) / build (push) Failing after 4s

This commit is contained in:
Crizomb 2025-12-23 19:00:22 +01:00
parent cdd27a7f86
commit eabaa8d556

View file

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