Fix load error in project-euler

db4
Slava Pestov 2008-07-24 02:32:40 -05:00
parent 3a0ad7a0f5
commit bba0ff79c5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
! Copyright (c) 2007 Aaron Schaefer
! See http://factorcode.org/license.txt for BSD license.
USING: arrays combinators io kernel math math.functions math.parser
math.statistics namespaces sequences tools.time ;
math.statistics namespaces sequences tools.time continuations ;
IN: project-euler.ave-time
: collect-benchmarks ( quot n -- seq )