fix load error

db4
Doug Coleman 2009-02-02 15:51:42 -06:00
parent e88812b76a
commit 475f89645d
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
! Copyright (c) 2008 Aaron Schaefer.
! See http://factorcode.org/license.txt for BSD license.
USING: kernel math.functions math.ranges project-euler.common sequences ;
USING: kernel math.functions math.ranges project-euler.common
sequences math.order ;
IN: project-euler.056
! http://projecteuler.net/index.php?section=problems&id=56