RosettaCodeData/Task/CRC-32/Ruby/crc-32-1.rb

4 lines
108 B
Ruby
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
require 'zlib'
printf "0x%08x\n", Zlib.crc32('The quick brown fox jumps over the lazy dog')
# => 0x414fa339