mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-08 06:23:37 +01:00
8 lines
91 B
Fortran
8 lines
91 B
Fortran
|
program dummy
|
||
|
implicit none
|
||
|
BEGIN_DOC
|
||
|
! Dummy test file
|
||
|
END_DOC
|
||
|
print *, 'OK'
|
||
|
end
|