making some funny gif89a

This commit is contained in:
tTh
2022-10-28 22:18:39 +02:00
parent 23f3eeb032
commit 25b2f353cd
6 changed files with 58 additions and 0 deletions

13
GrafAnim/essai.f90 Normal file
View File

@@ -0,0 +1,13 @@
program essai
use usegenplot
implicit none
! integer :: foo, bar
write(0, *) "------------ essai graf anim ---------------"
call init_genplot('essai.genplot')
end program