]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/project-euler/common/common.factor
factor: trim using lists
[factor.git] / extra / project-euler / common / common.factor
index 54ca443191be35de867c769a7b770036af1c39d3..00f3f95cc0eb80cd8e8e6679ddef05e46ed8c1bd 100644 (file)
@@ -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