4 lines
110 B
Factor
4 lines
110 B
Factor
|
USING: bit-arrays math.primes.erato tools.test ;
|
||
|
|
||
|
[ ?{ t t t f t t f t t f t f f t } ] [ 29 sieve ] unit-test
|