X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fproject-euler%2Fcommon%2Fcommon.factor;h=00f3f95cc0eb80cd8e8e6679ddef05e46ed8c1bd;hp=54ca443191be35de867c769a7b770036af1c39d3;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/project-euler/common/common.factor b/extra/project-euler/common/common.factor index 54ca443191..00f3f95cc0 100644 --- a/extra/project-euler/common/common.factor +++ b/extra/project-euler/common/common.factor @@ -1,7 +1,7 @@ ! Copyright (c) 2007-2010 Aaron Schaefer. ! The contents of this file are licensed under the Simplified BSD License ! A copy of the license is available at http://factorcode.org/license.txt -USING: accessors arrays byte-arrays fry hints kernel lists make +USING: accessors arrays byte-arrays hints kernel lists make math math.functions math.matrices math.order math.parser math.primes.factors math.primes.lists ranges math.ratios math.vectors parser prettyprint sequences sorting strings