view tangotests/stdout2.d @ 249:fa9fef362a98 trunk

[svn r266] dstress results for [265] and small fix for cleanup in runtests script
author ChristianK
date Tue, 10 Jun 2008 21:44:04 +0200
parents a64becf2a702
children
line wrap: on
line source

module tangotests.stdout2;

import tango.io.Stdout;

void main()
{
    Stdout.formatln("{} {} {}", "a", "b", 1.0);
}