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
Anthony Scemama f6eb72c068 TEST
Version:1.2.7
2011-11-23 18:28:08 +01:00

11 lines
237 B
Fortran

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 *, u2
end