view test/stdiotest.d @ 50:6fcc08a4d406 trunk

[svn r54] Added support for nested delegates referencing parent's stack variables. Replaced tester.sh with a version written in D. A few bugfixes.
author lindquist
date Mon, 22 Oct 2007 15:40:56 +0200
parents a6360e68134a
children 5825d48b27d1
line wrap: on
line source

module stdiotest;

import std.stdio;

void main()
{
    writefln("hello world",42,'x');
}