Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
4
Task/CRC-32/Tcl/crc-32-1.tcl
Normal file
4
Task/CRC-32/Tcl/crc-32-1.tcl
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
package require Tcl 8.6
|
||||
|
||||
set data "The quick brown fox jumps over the lazy dog"
|
||||
puts [format "%x" [zlib crc32 $data]]
|
||||
2
Task/CRC-32/Tcl/crc-32-2.tcl
Normal file
2
Task/CRC-32/Tcl/crc-32-2.tcl
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
package require crc32
|
||||
puts [format "%x" [crc::crc32 $data]]
|
||||
Loading…
Add table
Add a link
Reference in a new issue