Fortraneries/GrafAnim/doubledice.f90
2022-11-22 08:58:56 +01:00

10 lines
136 B
Fortran

program doubledice
use usegenplot
implicit none
call init_genplot("essai.genplot")
call end_genplot("OK boomer")
end program