1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-19 11:42:27 +01:00

Remove invalid UTF-8 file from repo, use temp file instead

This commit is contained in:
sharkdp
2020-04-21 16:02:28 +02:00
parent 82e20bfe14
commit 5449472f15
2 changed files with 16 additions and 6 deletions

View File

@@ -1,4 +0,0 @@
fn print_square(num: f64) {
let result = f64::powf(num, 2.0);
println!("The square of {:.2} is {:.2}.", num, result);
}