9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-09-01 05:33:40 +02:00
qp2/plugins/local/old_delta_tc_qmc/old_delta_tc_qmc.irp.f

8 lines
143 B
Fortran
Raw Permalink Normal View History

2024-05-06 18:53:20 +02:00
program old_delta_tc_qmc
implicit none
BEGIN_DOC
! TODO : Put the documentation of the program here
END_DOC
print *, 'Hello world'
end