Skip to content

Commit

Permalink
Change message
Browse files Browse the repository at this point in the history
  • Loading branch information
mgjm committed Jun 5, 2024
1 parent fcf8903 commit 372d04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

fn main() {
println!(
"Hello, world!: {:?} {:?}",
"Hello, world V2!: {:?} {:?}",
std::path::MAIN_SEPARATOR,
std::env::current_dir().unwrap(),
);
Expand Down

0 comments on commit 372d04d

Please sign in to comment.