7 lines
177 B
Text
7 lines
177 B
Text
$ 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;
|