1
0
mirror of https://github.com/sharkdp/bat synced 2026-06-09 10:03:18 +00: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
-4
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);
}