#include using namespace std; int main () { //imprime " Hello World " cout << "Hello World !\n"; return 0; }