#include <stdio.h>

int main()
{
    printf("Halo, Welt!");
    return 0;
}