604b1841b5
Related: https://pagure.io/fedora-ci/general/issue/206 Also, drop unneeded legacy Makefile's and PURPOSE files, and explicitly require gcc.rpm, which is not installed on the CI workers by default any more it seems.
6 lines
70 B
C++
6 lines
70 B
C++
#include <iostream>
|
|
|
|
void hello() {
|
|
std::cout << "Hello World\n";
|
|
}
|