view 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
line wrap: on
line source

import tango.io.Stdout;

void main()
{
    Stdout("Hello World").newline;
}