view lphobos/hello.d @ 1541:1e7a09548e67

Target.addPassesToEmitFile takes a formatted_raw_ostream now Build fix for LLVM r75670
author Benjamin Kramer <benny.kra@gmail.com>
date Tue, 14 Jul 2009 23:06:31 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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