view lphobos/hello.d @ 1417:c3c23d2c5407

Revert ldmd back to use `bash` instead of `sh` to unbreak it on Ubuntu.
author Frits van Bommel <fvbommel wxs.nl>
date Sat, 23 May 2009 23:18:47 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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