view test/imports2.d @ 198:17dc52256c58 trunk

[svn r214] test results for [210]
author ChristianK
date Mon, 12 May 2008 20:28:44 +0200
parents c05ef76f1c20
children
line wrap: on
line source

module imports2;
import std.stdio;

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