10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2025-01-10 13:08:19 +01:00
QuantumPackage/src/tc_keywords/tc_keywords.irp.f

8 lines
138 B
Fortran
Raw Normal View History

2022-10-05 17:29:26 +02:00
program tc_keywords
implicit none
BEGIN_DOC
! TODO : Put the documentation of the program here
END_DOC
print *, 'Hello world'
end