#include int main(){ printf("Hola Mundo \n"); system("pause"); return 0; }