view lphobos/hello.d @ 1179:71479f6e2a01

Give function & delegate literals, foreach bodies and lazy parameters internal linkage.
author Frits van Bommel <fvbommel wxs.nl>
date Mon, 30 Mar 2009 16:34:36 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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