751e68f594
plans/ci.fmf we had here wasn't particularly useful, it duplicated osci_compose_gate (see gating.yaml). The testing configuration in c9s is at the moment in a better shape, thanks to RHEL-69756. Let's align c10s with c9s.
4 lines
80 B
Fortran
4 lines
80 B
Fortran
program hello
|
|
print *, "Hello World!"
|
|
end program hello
|