10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-21 20:52:28 +02:00
QuantumPackage/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