view lphobos/hello.d @ 1528:15f1707721fa

Updated default ldc2 configuration file.
author Robert Clipsham <robert@octarineparrot.com>
date Thu, 09 Jul 2009 21:13:19 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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