mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-23 09:42:28 +08:00
build
This commit is contained in:
@ -841,7 +841,6 @@ $$
|
||||
let mut dec_hasher = DefaultHasher::new();
|
||||
dec.to_bits().hash(&mut dec_hasher);
|
||||
let hash_dec = dec_hasher.finish();
|
||||
println!("小数 {} 的哈希值为 {}", dec, hash_dec);
|
||||
// 小数 3.14159 的哈希值为 2566941990314602357
|
||||
|
||||
let str = "Hello 算法";
|
||||
|
Reference in New Issue
Block a user