6 lines
124 B
Factor
6 lines
124 B
Factor
|
|
USING: crc32 kernel math test namespaces ;
|
||
|
|
|
||
|
|
[ 0 ] [ "" crc32 ] unit-test
|
||
|
|
[ HEX: cbf43926 ] [ "123456789" crc32 ] unit-test
|
||
|
|
|