Fortraneries/GrafAnim/doubledice.f90

10 lines
136 B
Fortran
Raw Normal View History

2022-11-22 18:57:05 +11:00
program doubledice
use usegenplot
implicit none
2022-11-22 18:58:56 +11:00
call init_genplot("essai.genplot")
2022-11-22 18:57:05 +11:00
2022-11-22 18:58:56 +11:00
call end_genplot("OK boomer")
2022-11-22 18:57:05 +11:00
end program