working 2

This commit is contained in:
Filipriec
2026-04-21 16:46:21 +02:00
parent a3eb797be0
commit 78df61d20f
6 changed files with 563 additions and 26 deletions

View File

@@ -15,5 +15,5 @@ fn main() {
..Default::default()
};
println!("My message: {:?}", msg);
println!("{:?}", msg);
}