Let's go

int main()
{
    printf("hello world");
    return 0;
}