view tangotests/l.d @ 187:bde2bb731323 trunk

[svn r203] moving tests into separate folder, added readme
author ChristianK
date Thu, 08 May 2008 22:49:28 +0200
parents 0ab29b838084
children
line wrap: on
line source

import tango.io.Console;

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