view lphobos/hello.d @ 1581:f4421c81398f

Fixed ticket #365. Thanks wilkie.
author Robert Clipsham <robert@octarineparrot.com>
date Sat, 19 Sep 2009 00:44:35 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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