10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-21 20:52:28 +02:00
QuantumPackage/src/dummy/dummy.main.irp.f
2019-01-25 11:39:31 +01:00

8 lines
91 B
Fortran

program dummy
implicit none
BEGIN_DOC
! Dummy test file
END_DOC
print *, 'OK'
end