From eabaa8d55638db6122f0fb23cdc343cb8300834a Mon Sep 17 00:00:00 2001 From: Crizomb Date: Tue, 23 Dec 2025 19:00:22 +0100 Subject: [PATCH] test CI/CD 2 --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index b2ce942..7b5abe6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,5 @@ use bevy::prelude::*; fn main() { App::new().run(); - println!("Hello, world!"); + println!("Hello, bevy!"); }