view lphobos/hello.d @ 547:b0005772a88e

Add -enable/-disable for specific features. Allow setting target os with -t. Clean up the help message.
author Christian Kamm <kamm incasoftware de>
date Tue, 26 Aug 2008 19:31:47 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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