mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 10:53:14 +01:00
9 lines
117 B
D
9 lines
117 B
D
module tangotests.stdout2;
|
|
|
|
import tango.io.Stdout;
|
|
|
|
void main()
|
|
{
|
|
Stdout.formatln("{} {} {}", "a", "b", 1.0);
|
|
}
|