#include <stdio.h>
int main(){
    unsigned int msg[] = {0x6c6c6548, 0x57202c6f, 0x646c726f, 0x21};
    puts((char *)msg);
    return 0;
}