mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-10-11 18:31:30 +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
|