view tests/minicomplex/l.d @ 592:5fb7ed0ac580

Allocate dynamic array literals on the heap.
author Christian Kamm <kamm incasoftware de>
date Sun, 14 Sep 2008 10:56:01 +0200
parents 1bb99290e03a
children eef8ac26c66c
line wrap: on
line source

import tango.io.Console;

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