5 lines
No EOL
70 B
C++
5 lines
No EOL
70 B
C++
#include <iostream>
|
|
|
|
int main() {
|
|
std::cout << "Hello world!\n";
|
|
} |