view lphobos/hello.d @ 777:961e249eb2aa

Include x86-32 fiber fixes in tango patch again.
author Christian Kamm <kamm incasoftware de>
date Sat, 22 Nov 2008 13:41:36 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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