]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/project-euler/042/042.factor
Updating code for make and fry changes
[factor.git] / extra / project-euler / 042 / 042.factor
index 4111fe80091555644b38941deaf45164624e83ed..da26e3492772b990e27993ea08f4b687ac111c4b 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (c) 2008 Aaron Schaefer.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: ascii io.files kernel math math.functions namespaces
+USING: ascii io.files kernel math math.functions namespaces make
     project-euler.common sequences sequences.lib splitting io.encodings.ascii ;
 IN: project-euler.042