// Copyleft: Sathiamoorthy Manoharan. #include int main() { // Send to the standard output stream the string "hello ..." std::cout << "hello world\n"; return 0; }