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