view lphobos/hello.d @ 1199:80a326087f59

Disable frame pointer elimination when -g or -gc is passed.
author Christian Kamm <kamm incasoftware de>
date Wed, 08 Apr 2009 21:12:08 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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