view lphobos/hello.d @ 869:5dbc63f83380

Backed out changeset 1fcba307fd28 Wasn't the right thing to do.
author Christian Kamm <kamm incasoftware de>
date Sat, 27 Dec 2008 16:07:23 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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