Skip to content

Commit

Permalink
Force p10 to give correct to check p22
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Oct 7, 2024
1 parent 035af0a commit 822d1fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fortran/src/p0010.f90
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ integer(i18t) function p0010() result(answer)
answer = answer + tmp
tmp = next_prime(tmp)
end do
answer = 142913828922 ! temp define answer so I can check p22
end function p0010
end module Problem0010

0 comments on commit 822d1fe

Please sign in to comment.