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

11 lines
237 B
FortranFixed
Raw Normal View History

program irp_example1
2011-11-23 18:28:08 +01:00
integer :: x(W)
BEGIN_SHELL [ /bin/bash ]
echo print *, \'Compiled by `whoami` on `date`\'
echo print *, \'$FC $FCFLAGS\'
echo print *, \'$IRPF90\'
END_SHELL
2011-11-23 18:28:08 +01:00
! print *, 't = ', t
print *, u2
end