From 5c2af8204ac7bb3ac0719d62ed9410cac002cd50 Mon Sep 17 00:00:00 2001 From: Olivia Appleton Date: Sun, 29 Sep 2024 15:47:33 -0500 Subject: [PATCH] Solve p28 in fortran (4) --- fortran/src/p0028.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fortran/src/p0028.f90 b/fortran/src/p0028.f90 index 14486e16..60d4bbd7 100644 --- a/fortran/src/p0028.f90 +++ b/fortran/src/p0028.f90 @@ -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