view lphobos/hello.d @ 1420:3a31fc913db7

Added tag 0.9.1 for changeset a6dfd3cb5b99
author Christian Kamm <kamm incasoftware de>
date Wed, 27 May 2009 19:52:47 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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