view lphobos/hello.d @ 1552:08c8ef491c97

getClosestStaticTargetForModule was replaced with lookupTarget Build fix for LLVM r77111.
author Benjamin Kramer <benny.kra@gmail.com>
date Tue, 28 Jul 2009 15:26:21 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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