test CI/CD 6 I praise god
Some checks failed
Build Bevy Game (Linux) / build (push) Failing after 3s

This commit is contained in:
Crizomb 2025-12-23 19:16:56 +01:00
parent ad2d9d9bf3
commit f5b1712632

View file

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