benchmark.pidigits: no need to USE sets.

db4
John Benediktsson 2011-09-03 16:30:31 -07:00
parent f2aa8ec876
commit 7df5968db2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
! A copy of the license is available at http://factorcode.org/license.txt
USING: arrays formatting fry grouping io kernel locals math math.functions
math.matrices math.parser math.primes.factors math.vectors prettyprint
sequences sequences.deep sets ;
sequences sequences.deep ;
IN: benchmark.pidigits
: extract ( z x -- n )