view lphobos/hello.d @ 491:c0ceb8c83ab5

Add .orig files created during a revert to .hgignore.
author Christian Kamm <kamm incasoftware de>
date Sun, 10 Aug 2008 18:34:57 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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