view lphobos/hello.d @ 752:2d7bcfa68128

Enable function parameter debug info for a wider range of args.
author Christian Kamm <kamm incasoftware de>
date Mon, 03 Nov 2008 15:23:22 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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