mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-17 02:01:04 +01:00
Undo change in sample.modified.rs
This commit is contained in:
parent
d404139ff7
commit
b7690d4bb1
@ -10,7 +10,7 @@ fn main() {
|
|||||||
"The perimeter of the rectangle is {} pixels.",
|
"The perimeter of the rectangle is {} pixels.",
|
||||||
perimeter(&rect1)
|
perimeter(&rect1)
|
||||||
);
|
);
|
||||||
println!(r#"This line contains invalid utf8: "øˆ€€€"#;
|
println!(r#"This line contains invalid utf8: "øˆ€€€"#;
|
||||||
}
|
}
|
||||||
|
|
||||||
fn area(rectangle: &Rectangle) -> u32 {
|
fn area(rectangle: &Rectangle) -> u32 {
|
||||||
|
Loading…
Reference in New Issue
Block a user