test CI/CD 10
Some checks failed
Build Bevy Game (Linux) / build (push) Failing after -1s

This commit is contained in:
Crizomb 2025-12-23 19:37:20 +01:00
parent 9fd8eb7f5b
commit dc6173dc39

View file

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