#include #include int main (void) { printf("hola mundo\n"); system("pause"); return 0; }