]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/project-euler/206/206.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / project-euler / 206 / 206.factor
index 10f5259bdc4146382612eee01836f17554acb482..13f4369cbf78caed099783b47f83477046799e45 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (c) 2010 Aaron Schaefer. All rights reserved.
 ! 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: grouping kernel math math.ranges project-euler.common
+USING: grouping kernel math ranges project-euler.common
 sequences sequences.cords assocs ;
 IN: project-euler.206