10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-12-22 04:13:33 +01:00
irpf90/example/irp_example2.irp.f
2017-07-11 21:05:56 +02:00

8 lines
85 B
Fortran

program irp_example2
print *, "Example 2"
print *, 'v = ', v
IRP_WRITE t
end