
#include <stdio.h>

int main()
{
        printf("Hola mundo");
        return 0;
}