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
74 B
C++
8 lines
74 B
C++
#include <iostream>
|
|
|
|
int
|
|
main (void)
|
|
{
|
|
std::cout << "Hello, world!\n";
|
|
}
|