RosettaCodeData/Task/MD5/Seed7/md5.seed7

8 lines
177 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(md5("The quick brown fox jumped over the lazy dog's back")));
end func;