To give you a hint:

void main()
{
    "foo" = "bar";
    writeln("foo");
}

Reply via email to