comparison 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
comparison
equal deleted inserted replaced
17:6c6cd097bcdf 18:c05ef76f1c20
1 module imports2; 1 module imports2;
2 import std.stdio; 2 import std.stdio;
3 3
4 void main() { 4 void main() {
5 writefln("Hello world!"[]); 5 writefln("Hello world!"[]);
6 print(42);
7 printf("\n");
8 } 6 }