RosettaCodeData/Task/MD5/Crystal/md5.crystal
2023-07-01 13:44:08 -04:00

3 lines
104 B
Text

require "digest/md5"
puts Digest::MD5.hexdigest("The quick brown fox jumped over the lazy dog's back")