view lphobos/hello.d @ 501:ba7f06832d1c

missed one phobos test
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Tue, 12 Aug 2008 00:56:09 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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