RosettaCodeData/Task/MD4/Seed7/md4.seed7

8 lines
138 B
Text
Raw Permalink Normal View History

2014-01-17 05:32:22 +00:00
$ include "seed7_05.s7i";
include "msgdigest.s7i";
const proc: main is func
begin
writeln(hex(md4("Rosetta Code")));
end func;