Fix for changed effect of uncons

db4
James Cash 2008-06-03 05:18:36 -04:00
parent 1bd222228c
commit 10e5c074d9
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ IN: project-euler.134
PRIVATE>
: euler134 ( -- answer )
0 5 lprimes-from uncons [ 1000000 > ] luntil
0 5 lprimes-from uncons swap [ 1000000 > ] luntil
[ [ s + ] keep ] leach drop ;
! [ euler134 ] 10 ave-time