view lphobos/hello.d @ 1104:81fd116b5dc9

Removed plain wrong note from ldc.conf.in, I never implemented that!
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Thu, 12 Mar 2009 21:04:27 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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