[dmd-beta] D2 for Win64

Walter Bright walter at digitalmars.com
Mon Oct 8 08:09:35 PDT 2012


This now works:
---------------------------------------
import core.stdc.stdio;

int xxx;

void main()
{
     printf("hello world %x\n", xxx);
}


More information about the dmd-beta mailing list