update using
parent
93104742f8
commit
57ffb231dc
|
@ -1,6 +1,7 @@
|
|||
! Copyright (c) 2008 Aaron Schaefer.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: kernel math math.functions math.primes math.ranges sequences project-euler.common ;
|
||||
USING: kernel math math.functions math.primes math.ranges
|
||||
sequences project-euler.common math.bitwise ;
|
||||
IN: project-euler.046
|
||||
|
||||
! http://projecteuler.net/index.php?section=problems&id=46
|
||||
|
|
Loading…
Reference in New Issue