Skip to content

Commit

Permalink
Remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Oct 1, 2024
1 parent f4e60d9 commit 8e5b9fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fortran/src/p0013.f90
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ integer(kind=8) function p0013() result(answer)

arr = (/ 0, 0, 0 /)
do i = 1, 100
print *, "{", numbers(1, i), ",", numbers(2, i), ",", numbers(3, i), "},"
do j = 1, 3
arr(j) = arr(j) + numbers(j, i)
end do
Expand Down

0 comments on commit 8e5b9fc

Please sign in to comment.