diff --git a/examples/hello_world/src/main.rs b/examples/hello_world/src/main.rs index 5367c56c5..ca86b5533 100644 --- a/examples/hello_world/src/main.rs +++ b/examples/hello_world/src/main.rs @@ -2,5 +2,5 @@ use hermit as _; fn main() { - println!("Hello World!"); + println!("Hello, world!"); }