#include <iostream.h>void main(){ cout << "\nHello, Word!\n";}
C++ (Qt)#include <iostream> void main(){ std::cout << "\nHello, Word!\n";}