view lphobos/hello.d @ 1583:593f99fddd2f

basename => dirname, thanks Hxal
author Moritz Warning <moritzwarning@web.de>
date Tue, 22 Sep 2009 20:26:50 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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