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

8 lines
142 B
Fortran

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