view tangotests/stdout1.d @ 151:d11848349f97 trunk

[svn r157] Fixed the nasty type==NULL bug :D
author lindquist
date Mon, 24 Mar 2008 20:48:40 +0100
parents 2c336566ffed
children
line wrap: on
line source

import tango.io.Stdout;

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