5 lines
113 B
V
5 lines
113 B
V
import v_crypto.md4
|
|
|
|
fn main(){
|
|
println("`Rosetta Code` hashed with MD4 is: "+md4.hexhash("Rosetta Code"))
|
|
}
|