view test/imports2.d @ 214:629cfc1e7b77 trunk

[svn r230] Added vararg3 sample tangotest.
author lindquist
date Fri, 30 May 2008 19:32:56 +0200
parents c05ef76f1c20
children
line wrap: on
line source

module imports2;
import std.stdio;

void main() {
    writefln("Hello world!"[]);
}