RosettaCodeData/Task/Hello-world-Text/C++/hello-world-text-1.cpp

6 lines
69 B
C++

#include <iostream>
int main() {
std::cout << "Hello world!\n";
}