view tests/minicomplex/l.d @ 1023:ca191c141cec

Fixed find alt script.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sun, 01 Mar 2009 22:40:15 +0100
parents eef8ac26c66c
children
line wrap: on
line source

import tango.io.Console;

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