view tests/minicomplex/l.d @ 792:ec5981aba609

Automated merge with http://hg.dsource.org/projects/ldc
author Christian Kamm <kamm incasoftware de>
date Thu, 27 Nov 2008 17:43:20 +0100
parents eef8ac26c66c
children
line wrap: on
line source

import tango.io.Console;

void main()
{
    Cout("Hi, says LDC + Tango").newline;
}