view lphobos/hello.d @ 1017:a771843e98de

Remove Tango patch that's been applied upstream.
author Frits van Bommel <fvbommel wxs.nl>
date Sun, 01 Mar 2009 11:04:05 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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