1#include <iostream> 2 3int main(int argc, char *argv[]) { 4 std::cout << "Hello, C++\n"; 5 return 0; 6}