view tangotests/stdout1.d @ 288:ba4e4298009a trunk

[svn r309] Remove the large dstress test result files from svn repository.
author ChristianK
date Sat, 21 Jun 2008 14:06:00 +0200
parents d11848349f97
children
line wrap: on
line source

import tango.io.Stdout;

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