Skip to content

Commit

Permalink
fix: Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Feb 6, 2024
1 parent ffa804c commit dd09e02
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
@@ -1,5 +1,5 @@
fn main() {
println!("Hello, world!!");
println!("Hello, world!!!");
if cfg!(target_os = "macos") {
println!("You are running macos!");
} else if cfg!(target_os = "linux") {
Expand Down

0 comments on commit dd09e02

Please sign in to comment.