mirror of
https://gitlab.com/scemama/irpf90.git
synced 2025-01-03 10:05:40 +01:00
14 lines
284 B
Fortran
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
|