Skip to content

Commit

Permalink
Update hello app
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-saad-la committed Jul 20, 2024
1 parent 9527737 commit d752a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/01_starter/hello_app/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fn main() {

// simple function
fn simple_func() {
println!("Hello Rust programming");
println!("Hello Rust programming!");
println!("Rust programming is an awesome language");
}

Expand Down

0 comments on commit d752a82

Please sign in to comment.