view lphobos/hello.d @ 1069:8038b106c458

Make CompileUnit linkage compatible with llvm trunk.
author Christian Kamm <kamm incasoftware de>
date Sun, 08 Mar 2009 16:30:39 +0100
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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