view lphobos/hello.d @ 887:7f6eeb7b003e

Fix #163.
author Christian Kamm <kamm incasoftware de>
date Sat, 17 Jan 2009 14:53:32 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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