Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
caixiangyue committed Nov 9, 2023
1 parent 5c3827c commit 4db3ba2
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 @@ -10,5 +10,5 @@ fn main() {
let peter = Person { name, age };

// 美化打印
println!("{:#?}", peter);
println!("{:?}", peter);
}

0 comments on commit 4db3ba2

Please sign in to comment.