view lphobos/hello.d @ 897:c6f16c3f377b

Fix x86-64 exception handling #180. Thanks pcwalton!
author Christian Kamm <kamm incasoftware de>
date Thu, 22 Jan 2009 17:50:38 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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