view lphobos/hello.d @ 698:f0ba5d37dd86

Merge darwin patch for Tango.
author Christian Kamm <kamm incasoftware de>
date Mon, 13 Oct 2008 16:51:38 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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