view lphobos/hello.d @ 712:8c0d3ec8dbbb

Fix -of with multiple input files.
author Christian Kamm <kamm incasoftware de>
date Tue, 21 Oct 2008 18:15:34 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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