view lphobos/hello.d @ 912:16264a3973bf

_d_delarray also had one of the array consistency asserts mentioned in #184 and dmd2632.
author Christian Kamm <kamm incasoftware de>
date Fri, 30 Jan 2009 07:51:50 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

void main() { writefln("Hello World"); }