Add attribution for alternate solution on PE problem 2

db4
Aaron Schaefer 2008-01-19 15:19:21 -05:00
parent 827faa205c
commit 3355b075bb
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
! Copyright (c) 2007 Aaron Schaefer.
! Copyright (c) 2007 Aaron Schaefer, Alexander Solovyov.
! See http://factorcode.org/license.txt for BSD license.
USING: kernel math sequences shuffle ;
IN: project-euler.002