view lphobos/hello.d @ 1197:1546b5162152

Make sure -run doesn't consume the config file flags.
author Christian Kamm <kamm incasoftware de>
date Sun, 05 Apr 2009 15:58:28 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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