On 8 okt 2012, at 17:09, Walter Bright <walter at digitalmars.com> wrote:
> This now works:
> ---------------------------------------
> import core.stdc.stdio;
>
> int xxx;
>
> void main()
> {
> printf("hello world %x\n", xxx);
> }
Cool, keep up the good work.
--
/Jacob Carlborg