view lphobos/hello.d @ 798:92ea3015ace6

Use toParent instead of toParent2 to determine whether inside a function body.
author Christian Kamm <kamm incasoftware de>
date Sat, 29 Nov 2008 17:06:36 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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