]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/project-euler/common/common.factor
Updating code for make and fry changes
[factor.git] / extra / project-euler / common / common.factor
index 7963cde25497d0c2caed48612eb4b97d53f87d86..094893616b50386b83bc99f960a626fc95592b17 100644 (file)
@@ -1,6 +1,7 @@
-USING: arrays kernel math math.functions math.miller-rabin math.matrices
-    math.order math.parser math.primes.factors math.ranges namespaces
-    sequences sequences.lib sorting unicode.case ;
+USING: arrays kernel math math.functions math.miller-rabin
+math.matrices math.order math.parser math.primes.factors
+math.ranges namespaces make sequences sequences.lib sorting
+unicode.case ;
 IN: project-euler.common
 
 ! A collection of words used by more than one Project Euler solution