comparison tangotests/stdout1.d @ 150:2c336566ffed trunk

[svn r156] added a testcase for the most annoying bug ever
author lindquist
date Mon, 24 Mar 2008 20:05:44 +0100
parents
children d11848349f97
comparison
equal deleted inserted replaced
149:4c577c2b7229 150:2c336566ffed
1 import tango.io.Stdout;
2
3 void main()
4 {
5 Stdout("Hello World").newline;
6 }