Skip to content

Commit

Permalink
try a minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Oct 8, 2024
1 parent 9fd4927 commit e43e8c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fortran/src/p0022.f90
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ integer(i18t) function p0022() result(answer)
character(len=DATA_MAX_NAME_SIZE), parameter :: file_name = "p0022_names.txt"
character(len=longest_name), dimension(name_count) :: names
character(len=longest_name) :: temp
character current_char
integer(i18t) score
integer ios, unit, i, j, k
character(len=1) :: current_char
integer(i18t) :: score
integer :: ios, unit, i, j, k

i = 1
j = 1
Expand Down

0 comments on commit e43e8c7

Please sign in to comment.