10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-12-23 12:55:37 +01:00
QuantumPackage/plugins/local/extra_nuclei/extra_nuclei.irp.f

8 lines
139 B
Fortran
Raw Normal View History

2024-12-04 15:58:59 +01:00
program extra_nuclei
implicit none
BEGIN_DOC
! TODO : Put the documentation of the program here
END_DOC
print *, 'Hello world'
end