update using

db4
Doug Coleman 2009-05-10 13:48:09 -05:00 committed by Sascha Matzke
parent 93104742f8
commit 57ffb231dc
1 changed files with 2 additions and 1 deletions

View File

@ -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