Skip to content

Commit

Permalink
Fix runner for 13
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Oct 1, 2024
1 parent 01a0073 commit d2c71bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fortran/test.f90
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ type(AnswerT) function select_function(problem_id) result(answer)
answer%int_value = p0009()
case (11)
answer%int_value = p0011()
case (13)
answer%int_value = p0013()
case (836)
allocate(character(len=14) :: answer%string_value)
if (.not. allocated(answer%string_value)) then
Expand Down

0 comments on commit d2c71bf

Please sign in to comment.