9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-01 10:15:18 +02:00
qp2/plugins/local/slater_tc/slater_tc.irp.f
2024-05-01 19:00:02 +02:00

8 lines
136 B
Fortran

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