]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/project-euler/ave-time/ave-time.factor
Merge git://projects.elasticdog.com/git/factor into public
[factor.git] / extra / project-euler / ave-time / ave-time.factor
index ecf308ec11cd1a3a549e937793a74a7e62db3adc..be39b26a97ea5f68857dfd710880b98442896fd5 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (c) 2007 Aaron Schaefer.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: combinators io kernel math math.functions math.parser math.statistics
+USING: continuations io kernel math math.functions math.parser math.statistics
     namespaces tools.time ;
 IN: project-euler.ave-time