Fix sample.modified.rs

pull/302/head
eth-p 6 years ago
parent 1807f9653c
commit 503fe0b641
No known key found for this signature in database
GPG Key ID: 1F8DF8091CD46FBC

@ -10,7 +10,7 @@ fn main() {
"The perimeter of the rectangle is {} pixels.",
perimeter(&rect1)
);
println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
println!(r#"This line contains invalid utf8: "øˆ€€€"#;
}
fn area(rectangle: &Rectangle) -> u32 {

Loading…
Cancel
Save