view lphobos/hello.d @ 645:bb8d73e29324

Adjust dmain catch to print exception trace info.
author Christian Kamm <kamm incasoftware de>
date Sat, 04 Oct 2008 13:35:27 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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