comparison test/imports2.d @ 16:860524276608 trunk

[svn r20] * Added a simple compiletime std.stdio by downs * Added a simple lphobos of std.stdio (so far) * 'tester.sh run' now links to lphobos
author lindquist
date Wed, 03 Oct 2007 05:41:15 +0200
parents
children 6c6cd097bcdf
comparison
equal deleted inserted replaced
15:37a4fdab33fc 16:860524276608
1 module test;
2 import std.stdio;
3
4 void main() {
5 writefln("Hello world!"[]);
6 }