10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-06-02 11:25:19 +02:00
irpf90/example/irp_example1.irp.f

13 lines
258 B
FortranFixed
Raw Normal View History

program irp_example1
! integer :: x(W)
! BEGIN_SHELL [ /bin/bash ]
! echo print *, \'Compiled by `whoami` on `date`\'
! echo print *, \'$FC $FCFLAGS\'
! echo print *, \'$IRPF90\'
! END_SHELL
print *, 't = ', t
print *, 'v=', v
! print *, u2
end