Add missing dependency for Project Euler 42

db4
Aaron Schaefer 2008-02-04 01:49:31 -05:00
parent 84ee9b159a
commit 09f40aa17e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
! Copyright (c) 2008 Aaron Schaefer.
! See http://factorcode.org/license.txt for BSD license.
USING: ascii combinators.lib io.files kernel math namespaces
USING: ascii combinators.lib io.files kernel math math.functions namespaces
project-euler.common sequences splitting ;
IN: project-euler.042