Skip to content

Commit

Permalink
Solve p34 in fortran (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Oct 2, 2024
1 parent eba72ae commit 528e7e1
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 @@ -155,6 +155,8 @@ type(AnswerT) function select_function(problem_id) result(answer)
answer%int_value = p0017()
case (28)
answer%int_value = p0028()
case (34)
answer%int_value = p0034()
case (836)
allocate(character(len=14) :: answer%string_value)
if (.not. allocated(answer%string_value)) then
Expand Down

0 comments on commit 528e7e1

Please sign in to comment.