2 lines
104 B
Text
2 lines
104 B
Text
using Libz
|
|
println(string(Libz.crc32(UInt8.(b"The quick brown fox jumps over the lazy dog")), base=16))
|