diff test/stdiotest.d @ 22:a6360e68134a trunk

[svn r26] * Fixed templates defining a constant value * Fixed problem with slice-slice copy assignment if a side was a temporary slice
author lindquist
date Thu, 04 Oct 2007 07:35:02 +0200
parents
children 5825d48b27d1
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/stdiotest.d	Thu Oct 04 07:35:02 2007 +0200
@@ -0,0 +1,8 @@
+module stdiotest;
+
+import std.stdio;
+
+void main()
+{
+    writefln("hello world",42,'x');
+}