RosettaCodeData/Task/MD5/PureBasic/md5.purebasic

3 lines
116 B
Text
Raw Normal View History

2013-04-10 22:43:41 -07:00
test$ = "The quick brown fox jumped over the lazy dog's back"
Debug MD5Fingerprint(@test$, StringByteLength(test$))