view lphobos/hello.d @ 603:10bc9eb9e262

Fix typo in ArrayLiteralExp::toConstElem.
author Christian Kamm <kamm incasoftware de>
date Tue, 16 Sep 2008 08:42:40 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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