view test/imports2.d @ 18:c05ef76f1c20 trunk

[svn r22] * Forgot to add std.stdio
author lindquist
date Thu, 04 Oct 2007 01:47:53 +0200
parents 6c6cd097bcdf
children
line wrap: on
line source

module imports2;
import std.stdio;

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