#include <iostream> using namespace std; int main(int argc, char **argv){ char mensaje[]="Hola Mundo"; cout<<endl<<mensaje<<endl; return 0; }