]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/project-euler/014/014.factor
Updating code for make and fry changes
[factor.git] / extra / project-euler / 014 / 014.factor
index 4f17e855b77b5a7af888f42bcc707af2b32c69f1..fcbc956de8a305da43e270f9cd747f7748edc19c 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (c) 2007 Aaron Schaefer.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: arrays combinators.lib combinators.short-circuit kernel math math.ranges
-    namespaces sequences sorting ;
+USING: arrays combinators.lib combinators.short-circuit kernel
+math math.ranges namespaces make sequences sorting ;
 IN: project-euler.014
 
 ! http://projecteuler.net/index.php?section=problems&id=14