view lphobos/hello.d @ 1267:381c3ee0ca00

Fix a logic bug.
author Frits van Bommel <fvbommel wxs.nl>
date Sun, 26 Apr 2009 20:31:48 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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