10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2025-01-03 10:05:40 +01:00
irpf90/example/irp_example1.irp.f
2017-01-19 17:26:01 -06:00

14 lines
284 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*, 'hello world!'
print *, 't != ', t
print *, 'v=', v
! print *, u2
end