comparison 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
comparison
equal deleted inserted replaced
21:8d45266bbabe 22:a6360e68134a
1 module stdiotest;
2
3 import std.stdio;
4
5 void main()
6 {
7 writefln("hello world",42,'x');
8 }