view lphobos/hello.d @ 842:e66c627c177e

Update tango patch for newest tango.
author Christian Kamm <kamm incasoftware de>
date Mon, 08 Dec 2008 17:09:13 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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