10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-06-03 03:45:20 +02:00
irpf90/example/irp_example1.irp.f
Anthony Scemama 8479ee0e38 Broken link
Version:1.2.17

Version:1.2.18
2012-07-31 14:30:44 +02:00

13 lines
258 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 *, 'v=', v
! print *, u2
end