Skip to content

Commit

Permalink
Solve p28 in fortran (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Oct 2, 2024
1 parent 79e3ea6 commit 5c2af82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortran/src/p0028.f90
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ integer function p0028() result(answer)
answer = answer + range_entry3(start, 1, (4 * 2 * i - 1))
end do
end function p0028
end module Problem0017
end module Problem0028

0 comments on commit 5c2af82

Please sign in to comment.