view lphobos/hello.d @ 985:bce024c60adc

Clean up regexes in .hgignore, making it more strict.
author Frits van Bommel <fvbommel wxs.nl>
date Thu, 19 Feb 2009 13:51:44 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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