7 lines
No EOL
104 B
C++
7 lines
No EOL
104 B
C++
#include <iostream>
|
|
using namespace std;
|
|
|
|
|
|
int main() {
|
|
std::cout << "Hello, World!" << std::endl;
|
|
} |