Fix load error
parent
8f059e07a7
commit
9366ffe83a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue