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
|