view lphobos/hello.d @ 1460:a1666b613c15

* Fix some gcc warnings in the D2 frontend code. * Remove binaries from `dmd2/`
author Frits van Bommel <fvbommel wxs.nl>
date Tue, 02 Jun 2009 19:18:48 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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