view lphobos/hello.d @ 977:3efbe9b0dd36

Update .hgignore due to moved(?) idgen/impcnvgen locations. Also add *.patch and *.diff.
author Frits van Bommel <fvbommel wxs.nl>
date Tue, 17 Feb 2009 23:14:19 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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