33bd2648a9
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/redhat-rpm-config.git#61b19ee1b2c610a77d6ae8df02262792384d83f0
6 lines
70 B
C++
6 lines
70 B
C++
#include <iostream>
|
|
|
|
void hello() {
|
|
std::cout << "Hello World\n";
|
|
}
|