784d3b4766
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/gcc#26a9740f02970892dd1cccc47c31f7027345a28f
6 lines
78 B
C++
6 lines
78 B
C++
#include <iostream>
|
|
int main() {
|
|
std::cout << "Hello World!\n";
|
|
return 0;
|
|
}
|