view lphobos/hello.d @ 1125:8208374e5bed

Apply fawzi's patch from #235. This has some issues which are addressed in my next commit.
author Frits van Bommel <fvbommel wxs.nl>
date Wed, 18 Mar 2009 15:20:07 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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