diff 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 diff
--- a/test/imports2.d	Wed Oct 03 06:14:41 2007 +0200
+++ b/test/imports2.d	Thu Oct 04 01:47:53 2007 +0200
@@ -3,6 +3,4 @@
 
 void main() {
     writefln("Hello world!"[]);
-    print(42);
-    printf("\n");
 }