mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-10-07 00:25:57 +02: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
|