view lphobos/hello.d @ 874:2ddee23bd70e

Get rid of ex-Tango patch. (merged into Tango) Adjust README and CMakeLists.
author Christian Kamm <kamm incasoftware de>
date Tue, 06 Jan 2009 15:54:48 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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