[OT] Programming language WATs

Andrej Mitrovic andrej.mitrovich at gmail.com
Fri Jan 20 18:45:42 PST 2012


To give you a hint:

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


More information about the Digitalmars-d mailing list