Fix load error

db4
Slava Pestov 2009-03-19 15:52:58 -05:00
parent 8f059e07a7
commit 9366ffe83a
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: arrays kernel locals math math.primes sequences ;
USING: arrays kernel locals math math.primes sequences project-euler.common ;
IN: project-euler.050
! http://projecteuler.net/index.php?section=problems&id=50