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