RosettaCodeData/Task/CRC-32/Ruby/crc-32-1.rb
2023-07-01 13:44:08 -04:00

3 lines
108 B
Ruby

require 'zlib'
printf "0x%08x\n", Zlib.crc32('The quick brown fox jumps over the lazy dog')
# => 0x414fa339