view lphobos/hello.d @ 1426:ae70c438b281

Allow complex -> integral casts.
author Christian Kamm <kamm incasoftware de>
date Thu, 28 May 2009 20:26:26 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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