6 lines
94 B
Rust
6 lines
94 B
Rust
|
|
#[test]
|
|
pub fn test() {
|
|
let a = prochash::u32s!("Hello Hash!");
|
|
println!("a: {a}");
|
|
} |