Skip to content

Commit

Permalink
Attempt p3 in fortran (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Oct 4, 2024
1 parent 1a625c7 commit b802fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortran/src/p0003.f90
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module Problem0003
use primes
implicit none
contains
integer function p0003() result(answer)
integer(i18t) function p0003() result(answer)
integer(i18t) :: num = 600851475143_i18t
answer = 0
do while (num > 1)
Expand Down

0 comments on commit b802fcc

Please sign in to comment.