init
This commit is contained in:
6
tests/test.rs
Normal file
6
tests/test.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
#[test]
|
||||
pub fn test() {
|
||||
let a = prochash::u32s!("Hello Hash!");
|
||||
println!("a: {a}");
|
||||
}
|
||||
Reference in New Issue
Block a user