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