view lphobos/hello.d @ 1424:ad999630aa35

Teach -dgc2stack to preserve the call graph. This should allow for more efficient execution by the pass manager.
author Frits van Bommel <fvbommel wxs.nl>
date Thu, 28 May 2009 02:14:01 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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