view lphobos/hello.d @ 910:4c02b41b3dc6

Remove asserts on array consistancy in arraysetlength. Fixes #184, thanks Deewiant.
author Christian Kamm <kamm incasoftware de>
date Thu, 29 Jan 2009 17:45:12 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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