3 lines
94 B
Text
3 lines
94 B
Text
s = "The quick brown fox jumped over the lazy dog's back";
|
|
hash = md5sum(s, true);
|
|
disp(hash)
|