view lphobos/hello.d @ 1454:ff707c518ad7

Removed unused files to allow for a pull.
author Robert Clipsham <robert@octarineparrot.com>
date Mon, 01 Jun 2009 19:02:09 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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