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.
8 lines
65 B
C
8 lines
65 B
C
#include <stdio.h>
|
|
|
|
int
|
|
main (void)
|
|
{
|
|
puts ("Hello World!");
|
|
}
|