view tests/minicomplex/stdout2.d @ 1289:4a5eea0334e5

Add runtime support for darwin x86_64
author Benjamin Kramer <benny.kra@gmail.com>
date Sat, 02 May 2009 16:39:26 +0200
parents 1bb99290e03a
children
line wrap: on
line source

module tangotests.stdout2;

import tango.io.Stdout;

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