Skip to content

Commit

Permalink
style(hello_world): align to cargo new
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroening authored Mar 25, 2024
1 parent 32c9470 commit 5c5dd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello_world/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
use hermit as _;

fn main() {
println!("Hello World!");
println!("Hello, world!");
}

0 comments on commit 5c5dd3e

Please sign in to comment.