6 lines
78 B
Text
6 lines
78 B
Text
|
|
\#include <iostream>
|
||
|
|
|
||
|
|
int main() {
|
||
|
|
std::cout << "Hello world";
|
||
|
|
return 0;
|
||
|
|
}
|