#include <stdio.h>

int main(int argc, char **argv)
{
    printf("Hello x86_64 World!\n");
    return 0;
}