9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-12-23 12:03:30 +01:00
qp2/plugins/local/extra_nuclei/extra_nuclei.irp.f
2024-12-04 15:58:59 +01:00

8 lines
139 B
Fortran

program extra_nuclei
implicit none
BEGIN_DOC
! TODO : Put the documentation of the program here
END_DOC
print *, 'Hello world'
end