This commit is contained in:
2023-08-27 20:12:47 -04:00
commit f4aaa2a3d5
4 changed files with 107 additions and 0 deletions

6
tests/test.rs Normal file
View File

@@ -0,0 +1,6 @@
#[test]
pub fn test() {
let a = prochash::u32s!("Hello Hash!");
println!("a: {a}");
}