d4fb9f8ed8
Once this is committed, the version in redhat-rpm-config will be removed and redhat-rpm-config will use this test.
6 lines
70 B
C++
6 lines
70 B
C++
#include <iostream>
|
|
|
|
void hello() {
|
|
std::cout << "Hello World\n";
|
|
}
|