view lphobos/hello.d @ 1525:d28cd7c45267

Removed druntime from the repository. Updated .hgignore to ignore druntime.
author Robert Clipsham <robert@octarineparrot.com>
date Mon, 06 Jul 2009 23:57:27 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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